summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-07 23:01:10 +0800
committerruki <[email protected]>2023-11-07 23:01:10 +0800
commit8f300c68633b474a2e2042abb0b01afc2f696e74 (patch)
tree451e18a8214b8c3feaae78e808bd82144f40acaf /xmake/modules
parent4df9120342c6f958c42d7feb66480420555f498f (diff)
improve to find clang-cl
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/detect/tools/find_clang_cl.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_clang_cl.lua b/xmake/modules/detect/tools/find_clang_cl.lua
index 3060cdc0b..3154484c0 100644
--- a/xmake/modules/detect/tools/find_clang_cl.lua
+++ b/xmake/modules/detect/tools/find_clang_cl.lua
@@ -40,7 +40,6 @@ function main(opt)
opt = opt or {}
-- find program
- opt.envs = os.getenvs() -- get clang-cl from $PATH (LLVM/bin) first
local program = find_program(opt.program or "clang-cl.exe", opt)
-- find program version