diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c3d38c3dffa1..f053df0192c7 100644 --- a/configure.ac +++ b/configure.ac @@ -4030,7 +4030,7 @@ darwin*) case "$host_cpu" in arm) - OS=iOS + OS=IOS if test "$enable_ios_simulator" = "yes"; then CPUNAME=I386 RTL_ARCH=x86 @@ -4042,7 +4042,7 @@ darwin*) fi ;; arm64) - OS=iOS + OS=IOS if test "$enable_ios_simulator" = "yes"; then CPUNAME=X86_64 RTL_ARCH=X86_64 |