From 4d2231a5136ddf5dca5398feaccc2d82bb56e1e0 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 Jul 2016 22:45:34 +0800 Subject: fix bug for archiving library for windows --- xmake/tools/link.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1