Created
March 12, 2016 09:33
-
-
Save matteyeux/002e323280f3eab46e7a to your computer and use it in GitHub Desktop.
This file contains 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
SDK=iPhoneOS9.0.sdk | |
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk | |
#XCODE_DEVELOPER_USR_PATH=/Developer # don't really need this.. | |
gcc -arch armv7 # or -arch arm64 | |
-framework IOKit -framework CoreFoundation \ | |
-F /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/$SDK/System/Library/Frameworks \ | |
-I /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest/Symbols/usr/include \ | |
-L /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/$SDK/usr/lib | |
-L /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/$SDK/usr/lib/system $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment