summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--waftools/checks/custom.py1
1 files changed, 1 insertions, 0 deletions
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' ),