Skip to content

Instantly share code, notes, and snippets.

@alexggordon
Created September 23, 2015 15:21
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 alexggordon/04dc816bae6ff18bbe02 to your computer and use it in GitHub Desktop.
Save alexggordon/04dc816bae6ff18bbe02 to your computer and use it in GitHub Desktop.
compile 2
/usr/bin/clang \
-bundle \
-undefined dynamic_lookup \
-mmacosx-version-min=10.7 \
-L/Users/alexggordon/Documents/mysql-build/osx/py33-x86_64/staging/lib \
-I/Users/alexggordon/Documents/mysql-build/osx/py33-x86_64/staging/include \
-I/Users/alexggordon/Documents/mysql-build/osx/py33-x86_64/staging/include/openssl \
-I/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/usr/include /Users/alexggordon/Documents/mysql-build/osx/py33-x86_64/tmp/temp.macosx-10.7-x86_64-3.3/_mysql.o /Users/alexggordon/Documents/mysql-build/osx/py33-x86_64/staging/lib/libmysqld.a \
-L/Users/alexggordon/Documents/mysql-build/osx/py33-x86_64/staging/lib \
-o /Users/alexggordon/Documents/mysql-build/osx/py33-x86_64/tmp/lib.macosx-10.7-x86_64-3.3/_mysql.so \
-arch x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment