Commit 2683c76d authored by Alex Brainman's avatar Alex Brainman

misc/cgo/life: enable build and test on Windows

R=golang-dev, rsc1
CC=golang-dev, vcc
https://golang.org/cl/4374044
parent d3cd0c07
...@@ -75,7 +75,6 @@ gomake clean ...@@ -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
......
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