mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-08 16:44:54 +00:00
Add non-amd64 architectures for bsd
This commit is contained in:
parent
1544acff05
commit
4091d00057
|
@ -92,7 +92,10 @@ workspace "reVC"
|
||||||
|
|
||||||
filter { "system:bsd" }
|
filter { "system:bsd" }
|
||||||
platforms {
|
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" }
|
filter { "system:macosx" }
|
||||||
|
|
Loading…
Reference in a new issue