Add target arm64

# Conflicts:
#	premake5.lua
This commit is contained in:
Filip Gawin 2020-09-27 00:32:14 +02:00 committed by Sergeanur
parent 35d7591def
commit 35656fe0e8
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,8 @@ function getarch(a)
return 'amd64'
elseif a == 'ARM' then
return 'arm'
elseif a == 'ARM64' then
return 'arm64'
end
return a
end
@ -75,6 +77,7 @@ workspace "reVC"
"linux-x86-librw_gl3_glfw-oal",
"linux-amd64-librw_gl3_glfw-oal",
"linux-arm-librw_gl3_glfw-oal",
"linux-arm64-librw_gl3_glfw-oal",
}
filter { "system:bsd" }