mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-01 00:15:55 +00:00
Add target arm64
This commit is contained in:
parent
48a10de41f
commit
6cfac662a1
|
@ -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 "re3"
|
|||
"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" }
|
||||
|
|
Loading…
Reference in a new issue