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:
Tobiasz Laskowski
2025-03-13 16:38:33 +00:00
parent a13b3c37bb
commit 755781fdf2

View File

@@ -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" />