summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorAndrew Udvare <audvare@gmail.com>2020-10-02 02:44:33 +0200
committereray orçunus <erayorcunus@gmail.com>2020-10-08 16:53:14 +0200
commitef9455c324586c12670ee71d8d921d16801e0c46 (patch)
tree908d96227a8e616a21a7d9d49327b8c3f402aa6a /premake5.lua
parentcore/CdStreamPosix: switch to named semaphores to support macOS (diff)
downloadre3-ef9455c324586c12670ee71d8d921d16801e0c46.tar
re3-ef9455c324586c12670ee71d8d921d16801e0c46.tar.gz
re3-ef9455c324586c12670ee71d8d921d16801e0c46.tar.bz2
re3-ef9455c324586c12670ee71d8d921d16801e0c46.tar.lz
re3-ef9455c324586c12670ee71d8d921d16801e0c46.tar.xz
re3-ef9455c324586c12670ee71d8d921d16801e0c46.tar.zst
re3-ef9455c324586c12670ee71d8d921d16801e0c46.zip
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 b38c8ae1..fb408fe0 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -87,8 +87,8 @@ workspace "reVC"
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"