Require macOS Mojave
This commit is contained in:
parent
fafd273753
commit
c30efdf0d3
1 changed files with 2 additions and 2 deletions
4
build.c
4
build.c
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue