summaryrefslogtreecommitdiffstats
path: root/waftools
diff options
context:
space:
mode:
Diffstat (limited to 'waftools')
-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 36c1d85d06..b3174e947f 100644
--- a/waftools/checks/custom.py
+++ b/waftools/checks/custom.py
@@ -66,6 +66,7 @@ def check_lua(ctx, dependency_identifier):
( 'luajit', 'luajit >= 2.0.0' ),
( '51', 'lua >= 5.1.0 lua < 5.2.0'),
( '51obsd', 'lua51 >= 5.1.0'), # OpenBSD
+ ( '51arch', 'lua51 >= 5.1.0'), # Arch
( '51deb', 'lua5.1 >= 5.1.0'), # debian
( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD
]