Fix assembly code when using clang.

https://gitlab.freedesktop.org/pixman/pixman/-/issues/45
This commit is contained in:
Joseph Cloutier
2022-05-13 14:01:24 -04:00
parent e027811906
commit 0938fdf00b
2 changed files with 6 additions and 0 deletions

View File

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