This website requires JavaScript.
Explore
Help
Sign In
interesting
/
andlabs-ui
Watch
1
Star
0
Fork
You've already forked andlabs-ui
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0eaffe120b
andlabs-ui
/
d32
3 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added a helper script for building 32-bit darwin binaries.
2014-02-27 19:49:49 -06:00
# use this script to build 32-bit darwin binaries
cgo inserts -m32 automatically, so we don't need to in ./d32.
2014-03-08 16:32:56 -06:00
GOARCH=386 CGO_ENABLED=1 "$@"