1
0
mirror of https://github.com/moparisthebest/minetest synced 2025-01-11 05:38:01 -05:00

Server requires gettext library as well

This commit is contained in:
Dmitry Marakasov 2013-01-30 04:07:00 +04:00 committed by PilzAdam
parent 9f1ae4084d
commit 8e69b9cb26

View File

@ -347,6 +347,7 @@ if(BUILD_SERVER)
${ZLIB_LIBRARIES}
${JTHREAD_LIBRARY}
${SQLITE3_LIBRARY}
${GETTEXT_LIBRARY}
${LUA_LIBRARY}
${PLATFORM_LIBS}
)