Fix mac -stdlib=libstdc++ compilation error
clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<xml>
|
||||
|
||||
<set name="HXCPP_NO_CPP11" value="1" />
|
||||
<set name="HXCPP_NO_CPP11" value="1" unless="mac" />
|
||||
<set name="HXCPP_CPP14" value="1" if="mac" />
|
||||
|
||||
<include name="${HXCPP}/build-tool/BuildCommon.xml" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user