mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
core: fix Lua detection on OpenBSD with cmake
This commit is contained in:
+1
-1
@@ -35,5 +35,5 @@ endif()
|
||||
|
||||
find_package(PkgConfig)
|
||||
if(PKG_CONFIG_FOUND)
|
||||
pkg_search_module(LUA lua5.2 lua5.1 lua5.0)
|
||||
pkg_search_module(LUA lua5.2 lua52 lua5.1 lua51 lua5.0 lua50)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user