summaryrefslogtreecommitdiff
path: root/xmake/platforms/macosx/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-11 21:54:58 +0800
committerruki <[email protected]>2022-09-11 21:54:58 +0800
commit23dd02721252011d6305186bcb478e96e597841a (patch)
tree93f2cf8fe34ee8d333e44bdeeed4461b4cf80691 /xmake/platforms/macosx/xmake.lua
parent43ca57ce4252e4c2bce03b04ce04bb2f1245b01a (diff)
improve package and remove i386 for macosx
Diffstat (limited to 'xmake/platforms/macosx/xmake.lua')
-rw-r--r--xmake/platforms/macosx/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua
index 8571a13c4..c7465b109 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", "arm64")
+ set_archs("x86_64", "arm64")
-- set formats
set_formats("static", "lib$(name).a")