1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

wscript: Update `--lua' help

This was outdated after a1f949d3b8.
This commit is contained in:
Michael Reed 2016-01-21 12:18:55 -05:00 committed by wm4
parent 03b50d4bf6
commit 27ecc417fe

View File

@ -911,7 +911,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 52arch 52fbsd luajit")
help = "select Lua package which should be autodetected. Choices: 51 51deb 51obsd 51fbsd 52 52deb 52arch 52fbsd luajit")
@conf
def is_optimization(ctx):