summaryrefslogtreecommitdiff
path: root/xmake/scripts/_xmake_main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-04-30 15:16:35 +0800
committerruki <[email protected]>2015-04-30 15:16:35 +0800
commitb58ecc2194967e75375116db9ca782cdfe261022 (patch)
tree87229347340351578fc44a8aeea69c3cb7812f28 /xmake/scripts/_xmake_main.lua
parent84999518105e894be127ceb3237a3d260f23cda9 (diff)
add option module
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 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