mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Added missing android log lib
This commit is contained in:
parent
f6485d92ef
commit
7a00a5df95
2 changed files with 3 additions and 2 deletions
|
@ -101,7 +101,7 @@ target_link_libraries( cw_zano
|
|||
zano_currency_core
|
||||
zano_z
|
||||
zano_wallet
|
||||
|
||||
|
||||
boost_chrono
|
||||
boost_date_time
|
||||
boost_filesystem
|
||||
|
@ -115,4 +115,5 @@ target_link_libraries( cw_zano
|
|||
|
||||
ssl
|
||||
crypto
|
||||
${log-lib}
|
||||
)
|
|
@ -555,7 +555,7 @@ extern "C"
|
|||
|
||||
return inited;
|
||||
*/
|
||||
return false;
|
||||
return plain_wallet::get_version().empty();
|
||||
}
|
||||
|
||||
bool is_connected()
|
||||
|
|
Loading…
Reference in a new issue