1
0
Fork 0
forked from lthn/blockchain

added proper linking to log library2

This commit is contained in:
cryptozoidberg 2020-06-02 21:48:47 +02:00
parent 2bb2e481c6
commit 7efd667e69
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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})