Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created March 13, 2010 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brantfaircloth/331078 to your computer and use it in GitHub Desktop.
Save brantfaircloth/331078 to your computer and use it in GitHub Desktop.
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