diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-08 17:32:56 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-08 17:32:56 -0500 |
| commit | 275a8279b091c7f7dfc43218e4e606c0cff0e61b (patch) | |
| tree | 0fefe5e77b33b66b448c7cd7b5c773fe159e9550 | |
| parent | 3ca17fe6e53912aa54613ab6997d8d3f2aeb0dd5 (diff) | |
cgo inserts -m32 automatically, so we don't need to in ./d32.
| -rwxr-xr-x | d32 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ # use this script to build 32-bit darwin binaries -GOARCH=386 CGO_ENABLED=1 CGO_CFLAGS=-m32 CGO_LDFLAGS=-m32 "$@" +GOARCH=386 CGO_ENABLED=1 "$@" |
