cut neon from pixman for build using new ndks
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<!-- TODO: ARM64 NEON -->
|
||||
|
||||
<!-- <set name="PIXMAN_ARM_SIMD" value="1" if="android || rpi" unless="HXCPP_ARMV7 || HXCPP_ARMV7S || HXCPP_ARM64 || HXCPP_X86" /> -->
|
||||
<set name="PIXMAN_ARM_NEON" value="1" if="HXCPP_ARMV7 || HXCPP_ARMV7S || rpi" unless="ios" />
|
||||
<set name="PIXMAN_ARM_NEON" value="1" if="HXCPP_ARMV7 || HXCPP_ARMV7S || rpi" unless="ios || NDKV22+" />
|
||||
|
||||
<files id="native-toolkit-pixman">
|
||||
|
||||
<compilerflag value="-fno-integrated-as" if="HXCPP_CLANG || NDKV20+" unless="mac || ios" />
|
||||
<compilerflag value="-fno-integrated-as" if="HXCPP_CLANG || NDKV20+" unless="mac || ios || NDKV22+" />
|
||||
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/pixman" />
|
||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/pixman/pixman" />
|
||||
|
||||
Reference in New Issue
Block a user