mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
need to link with -ldl on Linux when building statically
This commit is contained in:
@@ -217,6 +217,7 @@ if(MINGW)
|
||||
elseif(APPLE OR FREEBSD)
|
||||
set(Boost_LIBRARIES "${Boost_LIBRARIES}")
|
||||
elseif(NOT MSVC)
|
||||
set(Boost_LIBRARIES "${Boost_LIBRARIES};ld")
|
||||
#set(Boost_LIBRARIES "${Boost_LIBRARIES};rt;pthread")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user