diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-05-30 10:00:00 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-05-30 10:00:00 +0200 |
commit | 6ea8315cfcc9420d4fcfe3ba716a57a57cb768d7 (patch) | |
tree | 8bdaa522bc38a2e03378344054dc95c3f9ab651e /tools | |
parent | 9358ae9d275cb2a4aa94e99568d30773a6381e26 (diff) |
[osx] bump minimum version to 10.9
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index afb8a81666..b7beed09b7 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -300,7 +300,6 @@ case $host in # now that we know which sdk, error check sdk_name case $use_sdk in - 10.8);; 10.9);; 10.10);; 10.11);; @@ -310,7 +309,7 @@ case $host in AC_MSG_ERROR(error in configure of --with-sdk=$use_sdk) esac sdk_name=macosx$use_sdk - platform_min_version="macosx-version-min=10.8" + platform_min_version="macosx-version-min=10.9" use_sdk_path=[`$use_xcodebuild -version -sdk $sdk_name Path`] platform_os="osx" |