Mention possible targets in help message

This commit is contained in:
mpeterv 2016-03-29 13:10:11 +03:00
parent 3b116f5577
commit 6fa4496a8c

View File

@ -997,6 +997,7 @@ def main():
"--cflags", default=None,
help="Pass additional options to C compiler when building Lua or LuaJIT.")
parser.add_argument("--target", help="Emulate 'make TARGET' when building standard Lua.",
choices=["linux", "macosx", "freebsd", "cl", "mingw", "posix", "generic"],
default=get_default_lua_target())
parser.add_argument("--no-readline", help="Don't use readline library when building standard Lua.",
action="store_true", default=False)