diff options
| author | ruki <[email protected]> | 2021-02-09 00:44:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-09 00:44:59 +0800 |
| commit | 22bc93e3eac36f077583faa90f515d436e4945df (patch) | |
| tree | 45ea040ce3f449c5e01bb0523e80f176df0473d1 /xmake/core/tool/builder.lua | |
| parent | c4d7b7994101e9ed897a19fefc660874d9528f6c (diff) | |
improve test with spaces
Diffstat (limited to 'xmake/core/tool/builder.lua')
| -rw-r--r-- | xmake/core/tool/builder.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/tool/builder.lua b/xmake/core/tool/builder.lua index 3433813c9..7175cb7b6 100644 --- a/xmake/core/tool/builder.lua +++ b/xmake/core/tool/builder.lua @@ -378,6 +378,7 @@ function builder:_preprocess_flags(flags) unique[flag] = true end end +-- utils.dump(results) return results end |
