diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 396d02b88296..f02204df4b81 100644 --- a/configure.ac +++ b/configure.ac @@ -3075,7 +3075,7 @@ if test "$_os" = "WINNT"; then BITNESS_OVERRIDE=64 fi fi -if test "$_os" = "iOS" -a "$host_cpu" = "arm64"; then +if test "$_os" = "iOS"; then cross_compiling="yes" fi |