diff options
Diffstat (limited to 'xmake/scripts/_xmake_main.lua')
| -rw-r--r-- | xmake/scripts/_xmake_main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/scripts/_xmake_main.lua b/xmake/scripts/_xmake_main.lua index 8eec5251f..215db9323 100644 --- a/xmake/scripts/_xmake_main.lua +++ b/xmake/scripts/_xmake_main.lua @@ -23,6 +23,8 @@ -- init namespace: xmake xmake = xmake or {} xmake._ARGV = _ARGV +xmake._PLAT = _PLAT +xmake._ARCH = _ARCH xmake._VERSION = "XMake v1.0.1" xmake._PROGRAM_DIR = _PROGRAM_DIR xmake._SCRIPTS_DIR = _PROGRAM_DIR .. "/scripts/" |
