Add non-amd64 architectures for bsd

This commit is contained in:
Greg V 2020-09-28 04:57:41 +03:00 committed by erorcun
parent 1544acff05
commit 4091d00057
1 changed files with 4 additions and 1 deletions

View File

@ -92,7 +92,10 @@ workspace "reVC"
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" }