summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg V <greg@unrelenting.technology>2020-09-28 03:57:41 +0200
committerGreg V <greg@unrelenting.technology>2020-09-28 03:57:41 +0200
commit7d31b7005a24dce07fe02db0bac6717951751898 (patch)
tree5884ff37966ca8eb35dcaa8bc341ed329fc900fe
parentUse GLFW_CURSOR_DISABLED (glfw's native mouse restriction) (diff)
downloadre3-7d31b7005a24dce07fe02db0bac6717951751898.tar
re3-7d31b7005a24dce07fe02db0bac6717951751898.tar.gz
re3-7d31b7005a24dce07fe02db0bac6717951751898.tar.bz2
re3-7d31b7005a24dce07fe02db0bac6717951751898.tar.lz
re3-7d31b7005a24dce07fe02db0bac6717951751898.tar.xz
re3-7d31b7005a24dce07fe02db0bac6717951751898.tar.zst
re3-7d31b7005a24dce07fe02db0bac6717951751898.zip
-rw-r--r--premake5.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 881035ef..1be945d9 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -82,7 +82,10 @@ workspace "re3"
filter { "system:bsd" }
platforms {
- "bsd-amd64-librw_gl3_glfw-oal"
+ "bsd-x86-librw_gl3_glfw-oal",
+ "bsd-amd64-librw_gl3_glfw-oal",
+ "bsd-arm-librw_gl3_glfw-oal",
+ "bsd-arm64-librw_gl3_glfw-oal"
}
filter "configurations:Debug"