Fix assembly code when using clang.
https://gitlab.freedesktop.org/pixman/pixman/-/issues/45
This commit is contained in:
@@ -331,6 +331,10 @@
|
|||||||
|
|
||||||
</files>
|
</files>
|
||||||
|
|
||||||
|
<!-- Run setup now so the submodule projects can determine whether clang or GCC will be used. -->
|
||||||
|
<!-- TODO: if https://github.com/HaxeFoundation/hxcpp/issues/930 ever gets resolved, use that instead. -->
|
||||||
|
<setup name="androidNdk" if="android" />
|
||||||
|
|
||||||
<include name="lib/cairo-files.xml" />
|
<include name="lib/cairo-files.xml" />
|
||||||
<include name="lib/curl-files.xml" />
|
<include name="lib/curl-files.xml" />
|
||||||
<include name="lib/efsw-files.xml" />
|
<include name="lib/efsw-files.xml" />
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
<files id="native-toolkit-pixman" >
|
<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" />
|
||||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman/pixman" />
|
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/pixman/pixman" />
|
||||||
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/pixman/pixman" />
|
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/pixman/pixman" />
|
||||||
|
|||||||
Reference in New Issue
Block a user