Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using darwin : 8.1~iphone
- : "/Applications/Xcode 3.app/Contents/Developer"/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -arch armv7s -arch arm64 -DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS -g -DNDEBUG -std=c++11 -stdlib=libc++ -fvisibility=hidden -fvisibility-inlines-hidden -mios-version-min=8.0
- : "/Applications/Xcode 3.app/Contents/Developer"/Platforms/iPhoneOS.platform/Developer
- : arm iphone
- ;
- using darwin : 8.1~iphonesim
- : g++ -arch i386 -arch x86_64 -DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS -g -DNDEBUG -std=c++11 -stdlib=libc++ -fvisibility=hidden -fvisibility-inlines-hidden -mios-version-min=8.0
- : "/Applications/Xcode 3.app/Contents/Developer"/Platforms/iPhoneSimulator.platform/Developer
- : x86 iphone
- ;
- using darwin : xcodebuild -showsdks | grep macosx | egrep "[[:digit:]]+.[[:digit:]]+" -o | tail -1
- : g++ -arch i386 -arch x86_64 -DBOOST_AC_USE_PTHREADS -DBOOST_SP_USE_PTHREADS -g -DNDEBUG -std=c++11 -stdlib=libc++ -fvisibility=hidden -fvisibility-inlines-hidden
- : "/Applications/Xcode 3.app/Contents/Developer"/Platforms/MacOSX.platform/Developer
- : x86 darwin
- ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement