OSX: Added separate osx-arm64 build configuration.

This commit is contained in:
Бранимир Караџић
2020-12-31 18:17:39 -08:00
parent 3bc0362ed2
commit 76f3e0590f
9 changed files with 64 additions and 60 deletions

View File

@@ -52,7 +52,7 @@ project ("texturev")
"Xcursor",
}
configuration { "osx" }
configuration { "osx*" }
linkoptions {
"-framework CoreVideo",
"-framework IOKit",
@@ -138,7 +138,7 @@ project ("texturev")
"pthread",
}
configuration { "osx" }
configuration { "osx*" }
linkoptions {
"-framework Cocoa",
"-framework Metal",