Disable native compilation in build machine Android binaries

* configure.ac (XCONFIGURE): Set with_native_compilation to no.
This commit is contained in:
Po Lu 2023-11-22 11:00:04 +08:00
parent 3328c32725
commit 41b67c0318

View file

@ -1320,6 +1320,7 @@ if test "$ANDROID" = "yes"; then
with_mailutils=no
with_pop=no
with_harfbuzz=no
with_native_compilation=no
fi
with_rsvg=no