configure: Disable the preloader on Android.
It cannot work anymore now that Android requires PIE binaries. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3d8a91e14d
commit
861dd85cc2
|
@ -14938,6 +14938,7 @@ case $build_os in
|
|||
esac
|
||||
|
||||
case $host_os in
|
||||
linux-android*) ;;
|
||||
linux*)
|
||||
case $host_cpu in
|
||||
*i[3456789]86*|x86_64*)
|
||||
|
|
|
@ -1928,6 +1928,7 @@ case $build_os in
|
|||
esac
|
||||
|
||||
case $host_os in
|
||||
linux-android*) ;;
|
||||
linux*)
|
||||
case $host_cpu in
|
||||
*i[[3456789]]86*|x86_64*)
|
||||
|
|
Loading…
Reference in New Issue