Require macOS Mojave

This commit is contained in:
Alex Hultman 2020-10-15 18:56:37 +02:00 committed by GitHub
parent fafd273753
commit c30efdf0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,8 +95,8 @@ int main() {
#else
#ifdef IS_MACOS
/* Apple special case */
build("clang -mmacosx-version-min=10.7",
"clang++ -stdlib=libc++ -mmacosx-version-min=10.7",
build("clang -mmacosx-version-min=10.14",
"clang++ -stdlib=libc++ -mmacosx-version-min=10.14",
"-undefined dynamic_lookup",
OS,
"x64");