diff options
| author | ruki <[email protected]> | 2015-05-12 11:31:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-12 11:31:12 +0800 |
| commit | 97e6e62e5061f029b1195784671dea9d19211782 (patch) | |
| tree | d29e8b9efb6b5f2be5b5495cc510f35d5587de15 /xmake/scripts/_xmake_main.lua | |
| parent | fc66b05d2d238830106890447db7ed3808375de1 (diff) | |
load and save configs for the given target
Diffstat (limited to 'xmake/scripts/_xmake_main.lua')
| -rw-r--r-- | xmake/scripts/_xmake_main.lua | 1 |
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 |
