Avoid hxcpp overriding openal_soft's c++14

This commit is contained in:
Tobiasz Laskowski
2025-03-13 16:02:32 +00:00
parent ea2bbd0be3
commit a13b3c37bb

View File

@@ -1,6 +1,6 @@
<xml>
<set name="HXCPP_CPP11" value="1" />
<set name="HXCPP_NO_CPP11" value="1" />
<include name="${HXCPP}/build-tool/BuildCommon.xml" />
@@ -55,6 +55,7 @@
<files id="lime">
<compilerflag value="-std=c++11" />
<compilerflag value="-Iinclude" />
<file name="src/ExternalInterface.cpp" />