Browse Source

Merge pull request #9 from ParsePlatform/richardross.cpp.clang

Use clang's libc++ instead of GNU's libstdc++.
Richard Ross 9 years ago
parent
commit
5b3d0d4db6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Configurations/Common.xcconfig

+ 1 - 1
Configurations/Common.xcconfig

@@ -13,7 +13,7 @@
 CLANG_ENABLE_OBJC_ARC = YES
 GCC_C_LANGUAGE_STANDARD = gnu11
 CLANG_CXX_LANGUAGE_STANDARD = gnu++14
-CLANG_CXX_LIBRARY = libstdc++
+CLANG_CXX_LIBRARY = libc++
 
 // Search Paths
 PARSE_DIR = $(PROJECT_DIR)