From: Alex Brainman Date: Fri, 8 Apr 2011 00:35:35 +0000 (+1000) Subject: misc/cgo/life: enable build and test on Windows X-Git-Tag: weekly.2011-04-13~69 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2683c76d9588f018458e8e0c38dc4ed85ffc970d;p=gostls13.git misc/cgo/life: enable build and test on Windows R=golang-dev, rsc1 CC=golang-dev, vcc https://golang.org/cl/4374044 --- diff --git a/src/run.bash b/src/run.bash index 90fa63276f..8ad11e2ae2 100755 --- a/src/run.bash +++ b/src/run.bash @@ -75,7 +75,6 @@ gomake clean ) || exit $? [ "$GOARCH" == arm ] || -[ "$GOHOSTOS" == windows ] || (xcd ../misc/cgo/life gomake clean ./test.bash