From ccfb92f406dbd1535db64cfdb0e4a80d031805e9 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 26 Oct 2021 23:11:01 +0800 Subject: improve mdk test --- xmake/modules/core/tools/armasm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools') diff --git a/xmake/modules/core/tools/armasm.lua b/xmake/modules/core/tools/armasm.lua index 98d2bea18..181d8b7e8 100644 --- a/xmake/modules/core/tools/armasm.lua +++ b/xmake/modules/core/tools/armasm.lua @@ -104,7 +104,7 @@ end -- make the compile arguments list function compargv(self, sourcefile, objectfile, flags) - return self:program(), table.join("-c", flags, "-o", objectfile, sourcefile) + return self:program(), table.join(flags, "-o", objectfile, sourcefile) end -- compile the source file -- cgit v1.3.1