diff options
Diffstat (limited to 'xmake/toolchains/circle/xmake.lua')
| -rw-r--r-- | xmake/toolchains/circle/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/circle/xmake.lua b/xmake/toolchains/circle/xmake.lua index 2e5d84757..9f0416e83 100644 --- a/xmake/toolchains/circle/xmake.lua +++ b/xmake/toolchains/circle/xmake.lua @@ -30,7 +30,6 @@ toolchain("circle") set_toolset("ld", "circle") set_toolset("sh", "circle") set_toolset("ar", "ar") - set_toolset("ex", "ar") set_toolset("strip", "strip") on_check(function (toolchain) |
