Skip to content

Commit

Permalink
[build] accept and prefer lua 5.4, then 5.3, then 5.1
Browse files Browse the repository at this point in the history
Change-Id: Iaa6f96384a80ad92533d2c70a09c5e1876c51248
  • Loading branch information
stbuehler committed Jan 5, 2025
1 parent 9737e7a commit 2306c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if not compiler.has_function(
endif

if get_option('lua')
dep_lua = dependency('lua5.1', 'lua-5.1', 'lua')
dep_lua = dependency('lua5.4', 'lua5.3', 'lua5.1', 'lua-5.1', 'lua')
opt_dep_lua = dep_lua
conf_data.set10('HAVE_LUA_H', true)
else
Expand Down

0 comments on commit 2306c26

Please sign in to comment.