Try and build for ARM64 macOS 11
This commit is contained in:
parent
9d5a75c123
commit
c0c748c7a9
8
build.c
8
build.c
@ -101,6 +101,14 @@ int main() {
|
|||||||
"-undefined dynamic_lookup",
|
"-undefined dynamic_lookup",
|
||||||
OS,
|
OS,
|
||||||
"x64");
|
"x64");
|
||||||
|
|
||||||
|
/* Try and build for arm64 macOS 11 */
|
||||||
|
build("clang -target arm64-apple-macos11",
|
||||||
|
"clang++ -stdlib=libc++ -target arm64-apple-macos11",
|
||||||
|
"-undefined dynamic_lookup",
|
||||||
|
OS,
|
||||||
|
"arm64");
|
||||||
|
|
||||||
#else
|
#else
|
||||||
/* Linux */
|
/* Linux */
|
||||||
build("clang",
|
build("clang",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user