diff options
Diffstat (limited to 'xmake/core/tool/compiler.lua')
| -rw-r--r-- | xmake/core/tool/compiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/tool/compiler.lua b/xmake/core/tool/compiler.lua index e6104608f..c477f8d8a 100644 --- a/xmake/core/tool/compiler.lua +++ b/xmake/core/tool/compiler.lua @@ -245,7 +245,7 @@ function compiler:compflags(opt) self:_addflags_from_compiler(flags, targetkind) -- make flags string - local flags_str = table.concat(flags, " "):trim():gsub("\"", "\\\"") + local flags_str = os.args(flags) -- save flags if key then |
