Created
November 12, 2012 04:43
-
-
Save sansumbrella/4057565 to your computer and use it in GitHub Desktop.
Boost config for building with Clang and libc++ support
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
# -------------------- | |
# Clang configuration. | |
# -------------------- | |
using clang : osx | |
: xcrun clang -arch i386 -arch x86_64 -stdlib=libc++ -std=c++11 | |
; | |
using clang : ios | |
: xcrun clang -arch armv7 -arch armv7s -stdlib=libc++ -std=c++11 -miphoneos-version-min=5.0 -isysroot | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taken from:
https://forum.libcinder.org/topic/libc-now-usable-how-to