diff options
| author | ruki <[email protected]> | 2020-10-13 23:00:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-13 23:00:40 +0800 |
| commit | 93e340610913167d229e93bc867979b94b461edc (patch) | |
| tree | c17e8c918ac538da6b5133580922ae579b02a290 | |
| parent | a3123779b58e75413cd448a6847a3b98704a1dcd (diff) | |
support arm64 for macOS
| -rw-r--r-- | xmake/platforms/macosx/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua index 317d6b855..ebda335c2 100644 --- a/xmake/platforms/macosx/xmake.lua +++ b/xmake/platforms/macosx/xmake.lua @@ -28,7 +28,7 @@ platform("macosx") set_hosts("macosx") -- set archs - set_archs("i386", "x86_64") + set_archs("i386", "x86_64", "arm64") -- set formats set_formats("static", "lib$(name).a") |
