mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 09:15:54 +00:00
premake5: Place macosx-amd64 after arm64
Fixes xcode4 project from Premake getting the wrong target (for now).
This commit is contained in:
parent
2bb29a50b7
commit
ef9455c324
|
@ -87,8 +87,8 @@ workspace "reVC"
|
||||||
|
|
||||||
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 a new issue