diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 98694cd096ce..d90fc802484f 100644 --- a/configure.ac +++ b/configure.ac @@ -3009,10 +3009,10 @@ if test $_os = iOS; then older_sdk_vers="13.0 12.4 12.2" if test "$enable_ios_simulator" = "yes"; then platform=iPhoneSimulator - versionmin=-mios-simulator-version-min=11.0 + versionmin=-mios-simulator-version-min=12.2 else platform=iPhoneOS - versionmin=-miphoneos-version-min=11.0 + versionmin=-miphoneos-version-min=12.2 fi xcode_developer=`xcode-select -print-path` |