aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorGreg V <greg@unrelenting.technology>2020-09-28 04:57:41 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2020-11-18 17:12:57 +0300
commit4091d00057dcb44ec4ecc2179b3f21d1a40f5d8d (patch)
tree86ecbbd7818252f197bc56ad7ad5880941c6a5d3 /premake5.lua
parent1544acff059e8e064f9eda8bc4908334b95f6a96 (diff)
Add non-amd64 architectures for bsd
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index a6c2b288..bdd8d8ff 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -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" }