premake5: Place macosx-amd64 after arm64

Fixes xcode4 project from Premake getting the wrong target (for now).
This commit is contained in:
Andrew Udvare 2020-10-01 20:44:33 -04:00
parent bbb578c5b1
commit 34579ae9c3
No known key found for this signature in database
GPG Key ID: 1AFD9AFC120C26DD
1 changed files with 1 additions and 1 deletions

View File

@ -87,8 +87,8 @@ workspace "re3"
filter { "system:macosx" }
platforms {
"macosx-amd64-librw_gl3_glfw-oal",
"macosx-arm64-librw_gl3_glfw-oal",
"macosx-amd64-librw_gl3_glfw-oal",
}
filter "configurations:Debug"