Skip to content
This repository has been archived by the owner. It is now read-only.

Fixes for Wayland (HiDPI and mouse lock) support, FreeBSD #723

Merged
merged 5 commits into from Nov 16, 2020
Merged
Add non-amd64 architectures for bsd
  • Loading branch information
unrelentingtech committed Sep 28, 2020
commit 7d31b7005a24dce07fe02db0bac6717951751898
@@ -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"