diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -223,6 +223,8 @@ task("test") local arch if is_host("windows") then arch = "x64" + elseif is_arch("arm64") then + arch = "arm64" else arch = "x86_64" end |