diff options
Diffstat (limited to 'xmake/modules/core/tools/fasm.lua')
| -rw-r--r-- | xmake/modules/core/tools/fasm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/fasm.lua b/xmake/modules/core/tools/fasm.lua index a69cadaa3..178eeb6de 100644 --- a/xmake/modules/core/tools/fasm.lua +++ b/xmake/modules/core/tools/fasm.lua @@ -44,7 +44,7 @@ end -- make the define flag function nf_define(self, macro) - return "-d" .. macro + return {"-d" .. macro} end -- make the compile arguments list |
