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

@@ -77,7 +77,7 @@ project ("example-common")
}
end
configuration { "osx or ios* or tvos*" }
configuration { "osx* or ios* or tvos*" }
files {
path.join(BGFX_DIR, "examples/common/**.mm"),
}