Merge pull request #723 from myfreeweb/master

Fixes for Wayland (HiDPI and mouse lock) support, FreeBSD
This commit is contained in:
erorcun
2020-11-16 15:20:20 +03:00
committed by GitHub
2 changed files with 15 additions and 5 deletions

View File

@ -92,7 +92,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 { "system:macosx" }