mirror of https://github.com/mpv-player/mpv
waf: add "lua51" ("51obsd") to list of possible lua names
This commit is contained in:
parent
459b40cc4b
commit
a1f949d3b8
|
@ -52,6 +52,7 @@ def check_iconv(ctx, dependency_identifier):
|
|||
def check_lua(ctx, dependency_identifier):
|
||||
lua_versions = [
|
||||
( '51', 'lua >= 5.1.0 lua < 5.2.0'),
|
||||
( '51obsd', 'lua51 >= 5.1.0'), # OpenBSD
|
||||
( '51deb', 'lua5.1 >= 5.1.0'), # debian
|
||||
( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD
|
||||
( '52', 'lua >= 5.2.0 lua < 5.3.0' ),
|
||||
|
|
Loading…
Reference in New Issue