OSX: Added separate osx-arm64 build configuration.

This commit is contained in:
Бранимир Караџић
2020-12-31 18:17:51 -08:00
parent 163a5cd2f5
commit 1366057822

View File

@@ -26,7 +26,7 @@ project "texturec"
configuration { "mingw-*" }
targetextension ".exe"
configuration { "osx" }
configuration { "osx*" }
links {
"Cocoa.framework",
}