diff options
| author | Jack <[email protected]> | 2022-12-30 21:39:48 +0800 |
|---|---|---|
| committer | Jack <[email protected]> | 2022-12-30 21:39:48 +0800 |
| commit | e71cb70e55d3b6a9cf3521744ed48cf0f0c02fca (patch) | |
| tree | a56aead281b8c30bb659b7f548d931275ca9bd37 /xmake/modules/core/tools/bl51.lua | |
| parent | 2c4d597e6c25f5212d9f410a4edd0c62d03629d3 (diff) | |
Implement suggestions from second round of code review
Diffstat (limited to 'xmake/modules/core/tools/bl51.lua')
| -rw-r--r-- | xmake/modules/core/tools/bl51.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/bl51.lua b/xmake/modules/core/tools/bl51.lua index aed92c01c..075a0289c 100644 --- a/xmake/modules/core/tools/bl51.lua +++ b/xmake/modules/core/tools/bl51.lua @@ -28,7 +28,7 @@ end -- make the link arguments list function linkargv(self, objectfiles, targetkind, targetfile, flags) - return self:program(), table.join(table.concat(objectfiles,","), "TO", targetfile) + return self:program(), table.join(table.concat(objectfiles, ","), "TO", targetfile) end -- link the target file |
