diff options
| author | ruki <[email protected]> | 2015-06-10 14:43:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-10 14:43:53 +0800 |
| commit | 5621d811df57824463d48c41c8a9ffa26864d293 (patch) | |
| tree | 692d1a62cc6d1870a96db5e641b0239f3b4c7cab /xmake/scripts/base/config.lua | |
| parent | 21829afa8efa18ca57e4bd9b322c6be1f84d392d (diff) | |
load options and targets for project
Diffstat (limited to 'xmake/scripts/base/config.lua')
| -rw-r--r-- | xmake/scripts/base/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/config.lua b/xmake/scripts/base/config.lua index 6d69de5ff..4badef0b7 100644 --- a/xmake/scripts/base/config.lua +++ b/xmake/scripts/base/config.lua @@ -114,7 +114,7 @@ end function config.get(name) -- check - if not config._CURRENT then return end + assert(config._CURRENT) -- the value local value = config._CURRENT[name] |
