summaryrefslogtreecommitdiff
path: root/xmake/scripts/base/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-05-16 20:00:45 +0800
committerruki <[email protected]>2015-05-16 20:00:45 +0800
commitb7344cd33b93ba1a1aa96eea057adf4b71f7139a (patch)
tree2bf15a9edab8fdce2777ca0b46d7cedf24d4fac6 /xmake/scripts/base/main.lua
parent94c489e0b0c07d8187d96ca7659357c5c71d5944 (diff)
add import for the configure file
Diffstat (limited to 'xmake/scripts/base/main.lua')
-rw-r--r--xmake/scripts/base/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua
index 4b404a73e..17f0af74b 100644
--- a/xmake/scripts/base/main.lua
+++ b/xmake/scripts/base/main.lua
@@ -150,7 +150,7 @@ local menu =
, {'-', "host", "kv", "auto", "The current host environment." }
, {}
- , {'o', "output", "kv", "build", "Set the build directory" }
+ , {'o', "buildir", "kv", "build", "Set the build directory" }
, {'k', "packages", "kv", "pkg", "Set the packages directory" }
, {}