diff options
| author | ruki <[email protected]> | 2021-10-27 22:32:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-27 09:17:20 +0800 |
| commit | da63bca85fe3d05368556056a90498d784c47bae (patch) | |
| tree | 8a402a9185f509561a2534358f87e140234a0499 /xmake/toolchains/xcode | |
| parent | 17b521d9059907d08390b462bcf09bd8075b84b3 (diff) | |
remove ex kind
Diffstat (limited to 'xmake/toolchains/xcode')
| -rw-r--r-- | xmake/toolchains/xcode/xmake.lua | 1 |
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") |
