Try allowing integrated assembler on mac.

I thought Clang required this argument to compile Pixman safely, but
maybe that's only on Android?
This commit is contained in:
Joseph Cloutier
2022-05-15 00:03:32 -04:00
parent 99d694e223
commit be9a92ba04

View File

@@ -7,7 +7,7 @@
<files id="native-toolkit-pixman" >
<compilerflag value="-fno-integrated-as" if="HXCPP_CLANG || NDKV20+" />
<compilerflag value="-fno-integrated-as" if="HXCPP_CLANG || NDKV20+" unless="mac || ios" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman/pixman" />