diff options
author | phunkyfish <phunkyfish@gmail.com> | 2020-02-04 16:46:44 +0000 |
---|---|---|
committer | phunkyfish <phunkyfish@gmail.com> | 2020-02-05 08:54:03 +0000 |
commit | 33610d657297543e7ca719d3c9b65f483a573f90 (patch) | |
tree | e927074eb3793fd39cf7ef09452ff99a97d4e251 /tools/depends/target/config-binaddons.site.in | |
parent | 3c3bb43feac3da359e83d37919aca83a6c2fbc5f (diff) |
[macosx] set minimum osx version to 10.13 (High Sierra), fix deprecations and cleanup dependencies
Diffstat (limited to 'tools/depends/target/config-binaddons.site.in')
-rw-r--r-- | tools/depends/target/config-binaddons.site.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/depends/target/config-binaddons.site.in b/tools/depends/target/config-binaddons.site.in index 7587a49be2..8958057778 100644 --- a/tools/depends/target/config-binaddons.site.in +++ b/tools/depends/target/config-binaddons.site.in @@ -68,18 +68,7 @@ if test "@platform_os@" = "android"; then fi -if test "@platform_os@" = "osx" ; then - # Xcode 8 + 10.11, clock_gettime getentropy is present - # in 10.12 but will get wrongly detected if building on 10.11 - ac_cv_search_clock_gettime=no - ac_cv_func_clock_gettime=no - ac_cv_func_getentropy=no -fi - - if test "@platform_os@" = "darwin_embedded"; then - # Xcode 8 + 10.11, clock_gettime getentropy is present - # in 10.12 but will get wrongly detected if building on 10.11 ac_cv_search_clock_gettime=no ac_cv_func_clock_gettime=no ac_cv_func_getentropy=no |