Require macOS Mojave
This commit is contained in:
parent
fafd273753
commit
c30efdf0d3
4
build.c
4
build.c
@ -95,8 +95,8 @@ int main() {
|
|||||||
#else
|
#else
|
||||||
#ifdef IS_MACOS
|
#ifdef IS_MACOS
|
||||||
/* Apple special case */
|
/* Apple special case */
|
||||||
build("clang -mmacosx-version-min=10.7",
|
build("clang -mmacosx-version-min=10.14",
|
||||||
"clang++ -stdlib=libc++ -mmacosx-version-min=10.7",
|
"clang++ -stdlib=libc++ -mmacosx-version-min=10.14",
|
||||||
"-undefined dynamic_lookup",
|
"-undefined dynamic_lookup",
|
||||||
OS,
|
OS,
|
||||||
"x64");
|
"x64");
|
||||||
|
Loading…
Reference in New Issue
Block a user