diff options
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 870f36276..db7981609 100644 --- a/xmake/scripts/_xmake_main.lua +++ b/xmake/scripts/_xmake_main.lua @@ -27,6 +27,7 @@ xmake._VERBOSE = _VERBOSE xmake._PROGRAM_DIR = _PROGRAM_DIR xmake._PROJECT_DIR = _PROJECT_DIR xmake._SCRIPTS_DIR = _PROGRAM_DIR .. "/scripts/" +xmake._OPTIONS = {} -- init package path package.path = xmake._SCRIPTS_DIR .. "?.lua;" .. package.path |
