From a1f949d3b83224306e099c7d670f11eb8f249b84 Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Mon, 11 Jan 2016 03:57:08 +0100 Subject: waf: add "lua51" ("51obsd") to list of possible lua names --- waftools/checks/custom.py | 1 + 1 file changed, 1 insertion(+) (limited to 'waftools') diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py index dcdaf2f7ac..7b24e42a7c 100644 --- a/waftools/checks/custom.py +++ b/waftools/checks/custom.py @@ -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' ), -- cgit v1.2.3