summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_link.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-15 23:18:56 +0800
committerruki <[email protected]>2020-08-15 23:18:56 +0800
commitb12320f81e7badd3d181555fe094ab0f4015a3f2 (patch)
tree6b778fcce183f26e619aa1ab63cdde4883f1ccfd /xmake/modules/detect/tools/find_link.lua
parent5c3712c3f7940af3cce30016f259cb55f874d6a2 (diff)
fix path for msvc/2008 on xp
Diffstat (limited to 'xmake/modules/detect/tools/find_link.lua')
-rw-r--r--xmake/modules/detect/tools/find_link.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_link.lua b/xmake/modules/detect/tools/find_link.lua
index 5814cba09..dd6c6a24a 100644
--- a/xmake/modules/detect/tools/find_link.lua
+++ b/xmake/modules/detect/tools/find_link.lua
@@ -43,7 +43,7 @@ function main(opt)
-- init options
opt = opt or {}
opt.check = opt.check or function (program)
-
+
-- find cl
local cl = assert(find_tool("cl", {envs = opt.envs}))