summaryrefslogtreecommitdiff
path: root/xmake/tools/link.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-28 20:15:09 +0800
committerruki <[email protected]>2016-04-28 20:15:09 +0800
commit0d9ea7b88dc9cef68c4823bd671fca17d0e4fccf (patch)
tree900fb5b15553e6ad60a28505a20aeec291ee9c0e /xmake/tools/link.lua
parent3571f65949d94560efbb2ae26703e0f5ac8a5f13 (diff)
fix trace for running nmake
Diffstat (limited to 'xmake/tools/link.lua')
-rwxr-xr-xxmake/tools/link.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/link.lua b/xmake/tools/link.lua
index 7ebbbfc91..4157dd70a 100755
--- a/xmake/tools/link.lua
+++ b/xmake/tools/link.lua
@@ -85,7 +85,7 @@ function linkdir(dir)
end
-- make the link command
-function linkcmd(srcfile, objfile, flags, logfile)
+function linkcmd(objfiles, targetfile, flags, logfile)
-- redirect
local redirect = ""