Try and build for ARM64 macOS 11

This commit is contained in:
Alex Hultman 2020-10-22 23:14:18 +02:00 committed by GitHub
parent 9d5a75c123
commit c0c748c7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,14 @@ int main() {
"-undefined dynamic_lookup",
OS,
"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
/* Linux */
build("clang",