Merge topic 'FindLua-homebrew'
25f34dea
FindLua: Add library name for Lua 5.3 on homebrew
This commit is contained in:
commit
1a02780483
|
@ -87,6 +87,7 @@ function(set_lua_version_vars)
|
|||
lua${CMAKE_MATCH_1}${CMAKE_MATCH_2}
|
||||
lua${CMAKE_MATCH_1}.${CMAKE_MATCH_2}
|
||||
lua-${CMAKE_MATCH_1}.${CMAKE_MATCH_2}
|
||||
lua.${CMAKE_MATCH_1}.${CMAKE_MATCH_2}
|
||||
)
|
||||
endforeach ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue