forked from lthn/blockchain
added proper linking to log library2
This commit is contained in:
parent
2bb2e481c6
commit
7efd667e69
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ ENABLE_SHARED_PCH(CURRENCY_CORE)
|
|||
if(CMAKE_SYSTEM_NAME STREQUAL "Android" )
|
||||
add_library(wallet ${WALLET})
|
||||
add_dependencies(wallet version ${PCH_LIB_NAME})
|
||||
target_link_libraries(wallet currency_core crypto common zlibstatic ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES} log)
|
||||
target_link_libraries(wallet currency_core crypto common zlibstatic ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES} android log)
|
||||
else()
|
||||
add_library(wallet ${WALLET})
|
||||
add_dependencies(wallet version ${PCH_LIB_NAME})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue