Add target arm64

This commit is contained in:
Filip Gawin 2020-09-27 00:32:14 +02:00
parent 48a10de41f
commit 6cfac662a1
1 changed files with 329 additions and 326 deletions

View File

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