diff options
Diffstat (limited to 'xmake/modules/core/tools/tcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/tcc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/tcc.lua b/xmake/modules/core/tools/tcc.lua index fc4d7b5e6..84eae246d 100644 --- a/xmake/modules/core/tools/tcc.lua +++ b/xmake/modules/core/tools/tcc.lua @@ -86,7 +86,7 @@ end -- make the define flag function nf_define(self, macro) - return "-D" .. macro + return {"-D" .. macro} end -- make the undefine flag |
