From 9feb387e4e4e6694b2c9ac3de4d517fb4c4ae44a Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 Jul 2016 15:08:28 +0800 Subject: fix install directory and modify compiler and linker interfaces --- xmake/plugins/project/makefile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins/project/makefile.lua') diff --git a/xmake/plugins/project/makefile.lua b/xmake/plugins/project/makefile.lua index b3bbe58b2..405441368 100755 --- a/xmake/plugins/project/makefile.lua +++ b/xmake/plugins/project/makefile.lua @@ -140,7 +140,7 @@ function _make_target(makefile, target) makefile:print("") -- make the command - local command = linker.linkcmd(target:objectfiles, targetfile, target) + local command = linker.linkcmd(target:objectfiles(), targetfile, target) -- make body makefile:print("\t@echo linking.$(mode) %s", path.filename(targetfile)) -- cgit v1.3.1