summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/bl51.lua
diff options
context:
space:
mode:
authorJack <[email protected]>2022-12-30 21:39:48 +0800
committerJack <[email protected]>2022-12-30 21:39:48 +0800
commite71cb70e55d3b6a9cf3521744ed48cf0f0c02fca (patch)
treea56aead281b8c30bb659b7f548d931275ca9bd37 /xmake/modules/core/tools/bl51.lua
parent2c4d597e6c25f5212d9f410a4edd0c62d03629d3 (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.lua2
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