Created
March 13, 2010 03:18
-
-
Save brantfaircloth/331078 to your computer and use it in GitHub Desktop.
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
python configure.py CFLAGS+='-arch x86_64 -arch i386 -isysroot /Developer/SDKs/MacOSX10.6.sdk' CXXFLAGS+='-arch x86_64 -arch i386 -isysroot /Developer/SDKs/MacOSX10.6.sdk' LFLAGS+='-arch x86_64 -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment