Fix old android ndk error not showing (#1926)
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
<xml>
|
<xml>
|
||||||
|
|
||||||
|
<section if="android LIME_OPENALSOFT">
|
||||||
|
<error value="NDK version 20 or higher is required." unless="NDKV20+" />
|
||||||
|
</section>
|
||||||
|
|
||||||
<files id="native-toolkit-openal">
|
<files id="native-toolkit-openal">
|
||||||
|
|
||||||
<compilerflag value="-std=c++11" if="android" />
|
<compilerflag value="-std=c++11" if="android" />
|
||||||
@@ -157,7 +161,6 @@
|
|||||||
|
|
||||||
<section if="android">
|
<section if="android">
|
||||||
|
|
||||||
<error value="NDK version 20 or higher is required." unless="NDKV20+" />
|
|
||||||
<compilerflag value="-fsigned-char" />
|
<compilerflag value="-fsigned-char" />
|
||||||
|
|
||||||
<file name="${NATIVE_TOOLKIT_PATH}/openal/alc/backends/opensl.cpp" />
|
<file name="${NATIVE_TOOLKIT_PATH}/openal/alc/backends/opensl.cpp" />
|
||||||
|
|||||||
Reference in New Issue
Block a user