Commit 89cc4d78 authored by Alex Brainman's avatar Alex Brainman

runtime/cgo: fix cross-compiling windows packages

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4073043
parent 6606995c
......@@ -10,6 +10,10 @@ ifeq ($(GOARCH),arm)
ENABLED:=0
endif
ifeq ($(DISABLE_CGO),1)
ENABLED:=0
endif
TARG=runtime/cgo
GOFILES=\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment