summaryrefslogtreecommitdiff
path: root/xmake/scripts/_xmake_main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-05-12 11:31:12 +0800
committerruki <[email protected]>2015-05-12 11:31:12 +0800
commit97e6e62e5061f029b1195784671dea9d19211782 (patch)
treed29e8b9efb6b5f2be5b5495cc510f35d5587de15 /xmake/scripts/_xmake_main.lua
parentfc66b05d2d238830106890447db7ed3808375de1 (diff)
load and save configs for the given target
Diffstat (limited to 'xmake/scripts/_xmake_main.lua')
-rw-r--r--xmake/scripts/_xmake_main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/_xmake_main.lua b/xmake/scripts/_xmake_main.lua
index 7a6e5d738..8eec5251f 100644
--- a/xmake/scripts/_xmake_main.lua
+++ b/xmake/scripts/_xmake_main.lua
@@ -27,6 +27,7 @@ xmake._VERSION = "XMake v1.0.1"
xmake._PROGRAM_DIR = _PROGRAM_DIR
xmake._SCRIPTS_DIR = _PROGRAM_DIR .. "/scripts/"
xmake._OPTIONS = {}
+xmake._CONFIGS = {}
-- init package path
package.path = xmake._SCRIPTS_DIR .. "?.lua;" .. package.path