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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user