OSX: Added separate osx-arm64 build configuration.

This commit is contained in:
Бранимир Караџић
2020-12-31 18:17:45 -08:00
parent 8fe16c6098
commit 730c1890d5
2 changed files with 23 additions and 27 deletions

View File

@@ -81,7 +81,7 @@ project "bx.test"
"pthread",
}
configuration { "osx" }
configuration { "osx*" }
links {
"Cocoa.framework",
}
@@ -126,7 +126,7 @@ project "bx.bench"
"pthread",
}
configuration { "osx" }
configuration { "osx*" }
links {
"Cocoa.framework",
}