1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix build on Alpine (closes #1406)

This commit is contained in:
Kyle Sabo
2019-09-27 20:54:27 +02:00
committed by Sébastien Helleu
parent ae38b11407
commit 0678e0c9b3
+4
View File
@@ -180,6 +180,10 @@ if(ENABLE_NLS)
find_package(Gettext)
if(GETTEXT_FOUND)
add_definitions(-DENABLE_NLS)
find_package(Intl)
if(Intl_FOUND)
list(APPEND EXTRA_LIBS "${Intl_LIBRARIES}")
endif()
else()
message(SEND_ERROR "Gettext not found")
endif()