Consistently check for Clang.

This commit is contained in:
Joseph Cloutier
2022-05-13 18:58:34 -04:00
parent c70abb9860
commit 7fddec617c
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@
<section if="android">
<compilerflag value="-Wno-psabi" unless="HXCPP_CLANG" />
<compilerflag value="-Wno-psabi" unless="HXCPP_CLANG || NDKV20+" />
<compilerflag value="-fsigned-char" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/alc/backends/opensl.cpp" />