mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
premake5: Place macosx-amd64 after arm64
Fixes xcode4 project from Premake getting the wrong target (for now).
This commit is contained in:
parent
bbb578c5b1
commit
34579ae9c3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user