mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
libunwind and libdl linker dependencies added
This commit is contained in:
parent
791e46513d
commit
f58a6520a2
1 changed files with 3 additions and 1 deletions
|
@ -127,4 +127,6 @@ target_link_libraries(${PROJECT_NAME}
|
||||||
lmdb
|
lmdb
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
pthread
|
pthread
|
||||||
unbound)
|
unbound
|
||||||
|
unwind
|
||||||
|
dl))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue