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" }
|
filter { "system:macosx" }
|
||||||
platforms {
|
platforms {
|
||||||
"macosx-amd64-librw_gl3_glfw-oal",
|
|
||||||
"macosx-arm64-librw_gl3_glfw-oal",
|
"macosx-arm64-librw_gl3_glfw-oal",
|
||||||
|
"macosx-amd64-librw_gl3_glfw-oal",
|
||||||
}
|
}
|
||||||
|
|
||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
|
|
Loading…
Reference in New Issue