summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-08 17:32:56 -0500
committerPietro Gagliardi <[email protected]>2014-03-08 17:32:56 -0500
commit275a8279b091c7f7dfc43218e4e606c0cff0e61b (patch)
tree0fefe5e77b33b66b448c7cd7b5c773fe159e9550
parent3ca17fe6e53912aa54613ab6997d8d3f2aeb0dd5 (diff)
cgo inserts -m32 automatically, so we don't need to in ./d32.
-rwxr-xr-xd322
1 files changed, 1 insertions, 1 deletions
diff --git a/d32 b/d32
index d5eb145..23ad6fe 100755
--- a/d32
+++ b/d32
@@ -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 "$@"