summaryrefslogtreecommitdiff
path: root/xmake/core/tool/builder.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-09 00:44:59 +0800
committerruki <[email protected]>2021-02-09 00:44:59 +0800
commit22bc93e3eac36f077583faa90f515d436e4945df (patch)
tree45ea040ce3f449c5e01bb0523e80f176df0473d1 /xmake/core/tool/builder.lua
parentc4d7b7994101e9ed897a19fefc660874d9528f6c (diff)
improve test with spaces
Diffstat (limited to 'xmake/core/tool/builder.lua')
-rw-r--r--xmake/core/tool/builder.lua1
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