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
commit 72c0a6a680
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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" }