From f248bb4ffe4a980eebd31a9ae12ddf8a03237d29 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 21 May 2020 23:09:02 +0800 Subject: fix ex tool --- xmake/toolchains/clang/xmake.lua | 2 +- xmake/toolchains/gcc/xmake.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/toolchains/clang/xmake.lua b/xmake/toolchains/clang/xmake.lua index ca84a94be..944a6bc22 100644 --- a/xmake/toolchains/clang/xmake.lua +++ b/xmake/toolchains/clang/xmake.lua @@ -30,7 +30,7 @@ toolchain("clang") set_toolsets("ld", "clang++", "clang") set_toolsets("sh", "clang++", "clang") set_toolsets("ar", "ar") - set_toolsets("ex", "ex") + set_toolsets("ex", "ar") set_toolsets("strip", "strip") set_toolsets("mm", "clang") set_toolsets("mxx", "clang", "clang++") diff --git a/xmake/toolchains/gcc/xmake.lua b/xmake/toolchains/gcc/xmake.lua index 77f2ef228..17270aedb 100644 --- a/xmake/toolchains/gcc/xmake.lua +++ b/xmake/toolchains/gcc/xmake.lua @@ -30,7 +30,7 @@ toolchain("gcc") set_toolsets("ld", "g++", "gcc") set_toolsets("sh", "g++", "gcc") set_toolsets("ar", "ar") - set_toolsets("ex", "ex") + set_toolsets("ex", "ar") set_toolsets("strip", "strip") set_toolsets("mm", "gcc") set_toolsets("mxx", "gcc", "g++") -- cgit v1.3.1