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:
@@ -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" />
|
||||
|
||||
@@ -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/" />
|
||||
|
||||
Reference in New Issue
Block a user