summaryrefslogtreecommitdiff
path: root/xmake/tools/link.lua
diff options
context:
space:
mode:
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 = ""