mirror of
https://github.com/golang/go
synced 2024-11-12 09:20:22 -07:00
runtime/cgo: fix cross-compiling windows packages
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4073043
This commit is contained in:
parent
6606995c91
commit
89cc4d7814
@ -10,6 +10,10 @@ ifeq ($(GOARCH),arm)
|
||||
ENABLED:=0
|
||||
endif
|
||||
|
||||
ifeq ($(DISABLE_CGO),1)
|
||||
ENABLED:=0
|
||||
endif
|
||||
|
||||
TARG=runtime/cgo
|
||||
|
||||
GOFILES=\
|
||||
|
Loading…
Reference in New Issue
Block a user