Skip to content

Commit 2306c26

Browse files
committed
[build] accept and prefer lua 5.4, then 5.3, then 5.1
Change-Id: Iaa6f96384a80ad92533d2c70a09c5e1876c51248
1 parent 9737e7a commit 2306c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if not compiler.has_function(
7474
endif
7575

7676
if get_option('lua')
77-
dep_lua = dependency('lua5.1', 'lua-5.1', 'lua')
77+
dep_lua = dependency('lua5.4', 'lua5.3', 'lua5.1', 'lua-5.1', 'lua')
7878
opt_dep_lua = dep_lua
7979
conf_data.set10('HAVE_LUA_H', true)
8080
else

0 commit comments

Comments
 (0)