1
0
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:
Sébastien Helleu
2014-10-03 23:33:54 +02:00
parent aa5d1738f2
commit 3a80f0479e
+1 -1
View File
@@ -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()