diff options
| author | Shenghou Ma <minux.ma@gmail.com> | 2013-05-22 00:32:03 +0800 |
|---|---|---|
| committer | Shenghou Ma <minux.ma@gmail.com> | 2013-05-22 00:32:03 +0800 |
| commit | bea7b5187283cf73638332e5051c8e9333ccf4dd (patch) | |
| tree | 8b7422882bed4139ba708c276a585a4518e92ad3 /src/run.bash | |
| parent | c3294049c37066f946360e7cefbb89fcfe294300 (diff) | |
| download | go-bea7b5187283cf73638332e5051c8e9333ccf4dd.tar.xz | |
cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on Darwin
Fixes #5479.
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/9416047
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash index 305ff7f417..03570ab328 100755 --- a/src/run.bash +++ b/src/run.bash @@ -104,7 +104,6 @@ esac [ "$CGO_ENABLED" != 1 ] || [ "$GOHOSTOS" == windows ] || -[ "$GOHOSTOS" == darwin ] || (xcd ../misc/cgo/testso ./test.bash ) || exit $? |
