summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/link.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-05-23 22:21:16 +0800
committerruki <[email protected]>2019-05-23 08:07:37 +0800
commit7434ac208724ea5840e32040fda9601feb4dd722 (patch)
tree01354815e47eb7dd2e57909024432d57576a81ef /xmake/modules/core/tools/link.lua
parentaf7907d7adc0c60930477730876f0ed74d3a9f5a (diff)
translate path for gcc and cl
Diffstat (limited to 'xmake/modules/core/tools/link.lua')
-rw-r--r--xmake/modules/core/tools/link.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/link.lua b/xmake/modules/core/tools/link.lua
index cf6596fce..715c3e78a 100644
--- a/xmake/modules/core/tools/link.lua
+++ b/xmake/modules/core/tools/link.lua
@@ -86,7 +86,7 @@ end
-- make the linkdir flag
function nf_linkdir(self, dir)
- return "-libpath:" .. os.args(dir)
+ return "-libpath:" .. os.args(path.translate(dir))
end
-- make the link arguments list