diff options
| author | ruki <[email protected]> | 2015-12-04 21:35:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-04 21:35:21 +0800 |
| commit | 95cc4b92a1b940058c2cc8f2bdf0e05ae222a33e (patch) | |
| tree | 2461948d420fcbe2ade286c60358e66d3caa1d34 /xmake/scripts/platform/windows/prober.lua | |
| parent | 55c9ce5e25f0b7a41c5b3d58436f3621f817f599 (diff) | |
get extractor for windows
Diffstat (limited to 'xmake/scripts/platform/windows/prober.lua')
| -rw-r--r-- | xmake/scripts/platform/windows/prober.lua | 1 |
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 |
