summaryrefslogtreecommitdiff
path: root/xmake/scripts/base/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-09 09:34:34 +0800
committerruki <[email protected]>2015-06-09 09:34:34 +0800
commit387b3666c4d952e01b96bce7e9bc51ed86fe986f (patch)
tree22f84c87354ecf8bc5c9bb2be3d21a207dba1667 /xmake/scripts/base/main.lua
parent723ec3e970e17f48a601fe2a919b9802b5e516fa (diff)
update the configure format
Diffstat (limited to 'xmake/scripts/base/main.lua')
-rw-r--r--xmake/scripts/base/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua
index 962f1b873..7f8087180 100644
--- a/xmake/scripts/base/main.lua
+++ b/xmake/scripts/base/main.lua
@@ -466,7 +466,7 @@ function main._prepare_project()
end
-- load xmake.xconf file first
- local errors = config.loadxconf()
+ local errors = config.load()
if errors then return errors end
-- xmake config or marked as "reconfig"?