forked from Mirrorlandia_minetest/minetest
SQLite needs to be linked with -ldl on some Linux distros.
This commit is contained in:
parent
7f51bccf47
commit
40707e3c5b
@ -74,7 +74,7 @@ else()
|
||||
endif(APPLE)
|
||||
endif(BUILD_CLIENT)
|
||||
find_package(ZLIB REQUIRED)
|
||||
set(PLATFORM_LIBS -lpthread)
|
||||
set(PLATFORM_LIBS -lpthread ${CMAKE_DL_LIBS})
|
||||
#set(CLIENT_PLATFORM_LIBS -lXxf86vm)
|
||||
# This way Xxf86vm is found on OpenBSD too
|
||||
find_library(XXF86VM_LIBRARY Xxf86vm)
|
||||
|
Loading…
Reference in New Issue
Block a user