Disable native compilation in build machine Android binaries
* configure.ac (XCONFIGURE): Set with_native_compilation to no.
This commit is contained in:
parent
3328c32725
commit
41b67c0318
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue