diff options
| -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 "$@" |
![]() |
index : go.wit.com/dev/andlabs/ui.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rwxr-xr-x | d32 | 2 |
@@ -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 "$@" |