Fix old android ndk error not showing (#1926)

This commit is contained in:
player-03
2025-09-01 00:23:29 -04:00
committed by GitHub

View File

@@ -1,5 +1,9 @@
<xml>
<section if="android LIME_OPENALSOFT">
<error value="NDK version 20 or higher is required." unless="NDKV20+" />
</section>
<files id="native-toolkit-openal">
<compilerflag value="-std=c++11" if="android" />
@@ -157,7 +161,6 @@
<section if="android">
<error value="NDK version 20 or higher is required." unless="NDKV20+" />
<compilerflag value="-fsigned-char" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/alc/backends/opensl.cpp" />