diff options
author | Andrew Udvare <audvare@gmail.com> | 2020-10-02 02:44:33 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-08 16:53:14 +0200 |
commit | ef9455c324586c12670ee71d8d921d16801e0c46 (patch) | |
tree | 908d96227a8e616a21a7d9d49327b8c3f402aa6a | |
parent | core/CdStreamPosix: switch to named semaphores to support macOS (diff) | |
download | re3-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 |
-rw-r--r-- | premake5.lua | 2 |
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" |