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/base/main.lua | |
| parent | 905e90debb2a79993b16d5761c2eced8fdfad4cc (diff) | |
add host option
Diffstat (limited to 'xmake/scripts/base/main.lua')
| -rw-r--r-- | xmake/scripts/base/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua index d4ae4f3d7..77af72118 100644 --- a/xmake/scripts/base/main.lua +++ b/xmake/scripts/base/main.lua @@ -144,6 +144,7 @@ local menu = , " - debug" , " - release" , " - profile" } + , {'-', "host", "kv", "auto", "The current host environment." } , {} , {'o', "output", "kv", "build", "Set the build directory" } |
