diff options
| author | ruki <[email protected]> | 2016-07-09 15:08:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-09 15:08:28 +0800 |
| commit | 9feb387e4e4e6694b2c9ac3de4d517fb4c4ae44a (patch) | |
| tree | 9581332e5365025b5663c3c48f223a9dfd6f415c /xmake/plugins | |
| parent | 460030d64886772601749b874f06fe536f1d3fd5 (diff) | |
fix install directory and modify compiler and linker interfaces
Diffstat (limited to 'xmake/plugins')
| -rwxr-xr-x | xmake/plugins/project/makefile.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
