Consistently check for Clang.
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<files id="native-toolkit-pixman" >
|
||||
|
||||
<compilerflag value="-fno-integrated-as" if="NDKV20+" />
|
||||
<compilerflag value="-fno-integrated-as" if="HXCPP_CLANG || NDKV20+" />
|
||||
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman/pixman" />
|
||||
|
||||
Reference in New Issue
Block a user