summaryrefslogtreecommitdiff
path: root/xmake/core/project/config.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-03-18 10:40:57 +0800
committerruki <[email protected]>2016-03-18 10:40:57 +0800
commit8f5125ae1329d24b5265c4cb45b1890c3f175e60 (patch)
tree9c66f71fe62c5232c1ce93a35195377bae46f130 /xmake/core/project/config.lua
parentdbb2fe806d1e3232c418fb47351dd8d8354e2ca2 (diff)
rename utils.dump
Diffstat (limited to 'xmake/core/project/config.lua')
-rw-r--r--xmake/core/project/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua
index ab4a4c46d..1942ca5e6 100644
--- a/xmake/core/project/config.lua
+++ b/xmake/core/project/config.lua
@@ -207,7 +207,7 @@ end
function config.dump()
-- dump
- utils.dump(config.options(), "__%w*", "configure")
+ table.dump(config.options(), "__%w*", "configure")
end