0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

wscript: add missing entry to help output

Fixes #2344.
This commit is contained in:
wm4 2015-09-25 20:50:04 +02:00
parent ac5538c7df
commit 6875e6a779

View File

@ -877,7 +877,7 @@ def options(opt):
group.add_option('--lua',
type = 'string',
dest = 'LUA_VER',
help = "select Lua package which should be autodetected. Choices: 51 51deb 51fbsd 52 52deb 52fbsd luajit")
help = "select Lua package which should be autodetected. Choices: 51 51deb 51fbsd 52 52deb 52arch 52fbsd luajit")
@conf
def is_optimization(ctx):