diff options
| author | ruki <[email protected]> | 2015-05-13 09:40:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-13 09:40:49 +0800 |
| commit | ba92342286d9fabb29c97acac4c5deed0906a25b (patch) | |
| tree | c651ec1678d84498dfd6d3dbd6ba585bd4abbdde /xmake/scripts/_xmake_main.lua | |
| parent | 905e90debb2a79993b16d5761c2eced8fdfad4cc (diff) | |
add host option
Diffstat (limited to 'xmake/scripts/_xmake_main.lua')
| -rw-r--r-- | xmake/scripts/_xmake_main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/_xmake_main.lua b/xmake/scripts/_xmake_main.lua index 215db9323..41977a6b3 100644 --- a/xmake/scripts/_xmake_main.lua +++ b/xmake/scripts/_xmake_main.lua @@ -23,7 +23,7 @@ -- init namespace: xmake xmake = xmake or {} xmake._ARGV = _ARGV -xmake._PLAT = _PLAT +xmake._HOST = _HOST xmake._ARCH = _ARCH xmake._VERSION = "XMake v1.0.1" xmake._PROGRAM_DIR = _PROGRAM_DIR |
