mirror of
https://github.com/golang/go
synced 2024-11-22 04:34:39 -07:00
misc/cgo/life: enable build and test on Windows
R=golang-dev, rsc1 CC=golang-dev, vcc https://golang.org/cl/4374044
This commit is contained in:
parent
d3cd0c0752
commit
2683c76d95
@ -75,7 +75,6 @@ gomake clean
|
|||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
||||||
[ "$GOARCH" == arm ] ||
|
[ "$GOARCH" == arm ] ||
|
||||||
[ "$GOHOSTOS" == windows ] ||
|
|
||||||
(xcd ../misc/cgo/life
|
(xcd ../misc/cgo/life
|
||||||
gomake clean
|
gomake clean
|
||||||
./test.bash
|
./test.bash
|
||||||
|
Loading…
Reference in New Issue
Block a user