waf: add "lua51" ("51obsd") to list of possible lua names

This commit is contained in:
Dmitrij D. Czarkoff 2016-01-11 03:57:08 +01:00 committed by wm4
parent 459b40cc4b
commit a1f949d3b8
1 changed files with 1 additions and 0 deletions

View File

@ -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' ),