summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/windows/prober.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/platform/windows/prober.lua')
-rw-r--r--xmake/scripts/platform/windows/prober.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/platform/windows/prober.lua b/xmake/scripts/platform/windows/prober.lua
index a8ccb9a42..d32fac686 100644
--- a/xmake/scripts/platform/windows/prober.lua
+++ b/xmake/scripts/platform/windows/prober.lua
@@ -239,6 +239,7 @@ function prober._probe_toolchains(configs)
if not prober._probe_toolpath(configs, "ld", "link.exe", "the linker") then return false end
if not prober._probe_toolpath(configs, "ar", "link.exe -lib", "the static library linker") then return false end
if not prober._probe_toolpath(configs, "sh", "link.exe -dll", "the shared library linker") then return false end
+ if not prober._probe_toolpath(configs, "ex", "lib.exe", "the library extractor") then return false end
if not prober._probe_toolpath(configs, "make", "nmake.exe", "the make") then return false end
-- leave envirnoment