Created
October 22, 2016 04:10
-
-
Save naotokui/e6c0f1e08ddb2388f8199228fa9cafc5 to your computer and use it in GitHub Desktop.
make command for compiling an universal binary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make CXXFLAGS="-arch i386 -arch x86_64" CFLAGS="-arch i386 -arch x86_64" LDFLAGS="-arch i386 -arch x86_64" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment