diff options
| author | ruki <[email protected]> | 2016-02-28 15:06:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-28 15:06:06 +0800 |
| commit | 966e75a551a01d5058edd1b4aa7cbb15f03b6a90 (patch) | |
| tree | ad85625501bde617dbe409e2c68eca34fb477585 | |
| parent | dbd69a7e7263760d592bcaf2abcde8758dd82fd1 (diff) | |
remove xmake._CONFIGS
| -rw-r--r-- | xmake/core/_xmake_main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/_xmake_main.lua b/xmake/core/_xmake_main.lua index 2a1a1d935..d0415c924 100644 --- a/xmake/core/_xmake_main.lua +++ b/xmake/core/_xmake_main.lua @@ -33,7 +33,6 @@ xmake._CORE_DIR = _PROGRAM_DIR .. "/core" xmake._PACKAGES_DIR = _PROGRAM_DIR .. "/packages" xmake._TEMPLATES_DIR = _PROGRAM_DIR .. "/templates" xmake._PROJECT_FILE = "xmake.lua" -xmake._CONFIGS = {} -- init package path package.path = xmake._CORE_DIR .. "/?.lua;" .. package.path |
