diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-27 20:49:49 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-27 20:49:49 -0500 |
| commit | 133a3102f16269f9864a746fc9151efa13276e7c (patch) | |
| tree | cdac7a21a9d4fb959f4a339ee821ecdf8a83ae96 /d32 | |
| parent | f949b7f8d2c53036d55d5e101c86ad35fbc706a5 (diff) | |
Added a helper script for building 32-bit darwin binaries.
Diffstat (limited to 'd32')
| -rwxr-xr-x | d32 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +# use this script to build 32-bit darwin binaries +GOARCH=386 CGO_ENABLED=1 CGO_CFLAGS=-m32 CGO_LDFLAGS=-m32 "$@" |
