diff options
| author | ruki <[email protected]> | 2022-08-28 21:58:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-28 21:58:20 +0800 |
| commit | 0697f30e886d3fae794683ea66737186f4643c7f (patch) | |
| tree | 2f54ced9542a56d1bfaa6b288ee0e8a23c120490 | |
| parent | 369cf45da4e5ed5a332afc1abcfe3b51bf98ad59 (diff) | |
add arm64
| -rw-r--r-- | xmake/platforms/windows/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua index 6f25ef914..6dc3d7682 100644 --- a/xmake/platforms/windows/xmake.lua +++ b/xmake/platforms/windows/xmake.lua @@ -28,7 +28,7 @@ platform("windows") set_hosts("windows") -- set archs - set_archs("x86", "x64") + set_archs("x86", "x64", "arm64") -- set formats set_formats("static", "$(name).lib") |
