aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorAndrew Udvare <audvare@gmail.com>2020-10-01 20:44:33 -0400
committerAndrew Udvare <audvare@gmail.com>2020-10-01 20:44:33 -0400
commit34579ae9c39e2c0a8c4d136cf0d0dd4c7dac1ade (patch)
treee49e9afa2e0b6f730594e8523b49e1ac12fe7785 /premake5.lua
parentbbb578c5b1cd603b61ebd5f6fec184477f1c5dd4 (diff)
premake5: Place macosx-amd64 after arm64
Fixes xcode4 project from Premake getting the wrong target (for now).
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 36388a1e..49be07c3 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -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"