summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-27 22:32:39 +0800
committerruki <[email protected]>2021-10-27 09:17:20 +0800
commitda63bca85fe3d05368556056a90498d784c47bae (patch)
tree8a402a9185f509561a2534358f87e140234a0499 /xmake/toolchains/xcode/xmake.lua
parent17b521d9059907d08390b462bcf09bd8075b84b3 (diff)
remove ex kind
Diffstat (limited to 'xmake/toolchains/xcode/xmake.lua')
-rw-r--r--xmake/toolchains/xcode/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua
index b4d8c3d66..f2b2683ff 100644
--- a/xmake/toolchains/xcode/xmake.lua
+++ b/xmake/toolchains/xcode/xmake.lua
@@ -60,7 +60,6 @@ toolchain("xcode")
toolchain:set("toolset", "ld", cross .. "clang++", cross .. "clang")
toolchain:set("toolset", "sh", cross .. "clang++", cross .. "clang")
toolchain:set("toolset", "ar", cross .. "ar")
- toolchain:set("toolset", "ex", cross .. "ar")
toolchain:set("toolset", "strip", cross .. "strip")
toolchain:set("toolset", "dsymutil", cross .. "dsymutil", "dsymutil")
toolchain:set("toolset", "mm", cross .. "clang")