Merge pull request #1927 from tobil4sk/android-openal-c++11

Apply -std=c++11 to openal-soft build on android
This commit is contained in:
Chris Speciale
2025-03-14 06:38:13 -04:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -55,8 +55,7 @@
<set name="NATIVE_TOOLKIT_SDL_ANGLE" value="1" if="LIME_SDL_ANGLE" />
<files id="lime">
<compilerflag value="-std=c++11" />
<compilerflag value="-Iinclude" />
<file name="src/ExternalInterface.cpp" />

View File

@@ -2,6 +2,8 @@
<files id="native-toolkit-openal">
<compilerflag value="-std=c++11" if="android" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/openal/alc/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/alc/" />