Fix old android ndk error not showing

The error flag is not valid inside `<files />`, so this wasn't actually
doing anything.

The error now shows properly
This commit is contained in:
Tobiasz Laskowski
2025-03-14 07:41:17 +00:00
parent 63b9a88e34
commit b709a5bb0d

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="-I${NATIVE_TOOLKIT_PATH}/openal/" />
@@ -155,7 +159,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" />