Add target arm64
This commit is contained in:
parent
48a10de41f
commit
6cfac662a1
|
@ -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" }
|
||||||
|
|
Loading…
Reference in New Issue