diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-09-20 11:00:00 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-09-20 11:00:00 +0200 |
commit | 22ae3fd53b9f22696dbb9bb5f0a9c2b120868bc2 (patch) | |
tree | e6d00bb1c08fe12d24ead78cb1aa3ba43600b047 | |
parent | 35db6690ee548bcf0b4aa82fd2de75d7383c13ac (diff) |
[darwin] allow macOS SDK 10.14 & iOS SDK 12
-rw-r--r-- | tools/depends/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index d3d862a9cb..ca6a96c4c1 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -305,6 +305,7 @@ case $host in 10.11);; 10.12);; 10.13);; + 10.14);; *) AC_MSG_ERROR(error in configure of --with-sdk=$use_sdk) esac @@ -350,6 +351,7 @@ case $host in 9.*);; 10.*);; 11.*);; + 12.*);; *) AC_MSG_ERROR(error in configure of --with-sdk=$use_sdk) ;; |