diff options
| -rwxr-xr-x | xmake/tools/link.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/link.lua b/xmake/tools/link.lua index 3b57e551a..27ea8363d 100755 --- a/xmake/tools/link.lua +++ b/xmake/tools/link.lua @@ -117,7 +117,7 @@ end -- archive the library file function archive(objectfiles, targetfile, flags) - link(objectfile, targetfile, flags) + link(objectfiles, targetfile, flags) end -- check the given flags |
