Skip to content
Snippets Groups Projects
Commit 54c93e01 authored by Kai Blaschke's avatar Kai Blaschke Committed by Steve Lhomme
Browse files

Add "Lua" to the dependency names list

 The CMake find module uses the upper-case name "Lua", which causes Meson not to find the library on case-sensitive file systems of no pkgconfig files are available.
parent be507fef
No related branches found
No related tags found
1 merge request!5103Meson build: Add "Lua" to the dependency names list
Pipeline #451305 passed with stage
in 21 minutes and 20 seconds
lua_dep = dependency(
[
'lua',
'lua', 'Lua',
'lua-5.4', 'lua54',
'lua-5.3', 'lua53',
'lua-5.2', 'lua52',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment