mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 20:09:48 +00:00
add easylogging dependency
This commit is contained in:
parent
5e877c7939
commit
66bb3fe7ac
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ ios {
|
||||||
LIBS += -L$$WALLET_ROOT/lib-ios \
|
LIBS += -L$$WALLET_ROOT/lib-ios \
|
||||||
-lwallet_merged \
|
-lwallet_merged \
|
||||||
-lepee \
|
-lepee \
|
||||||
-lunbound
|
-lunbound \
|
||||||
|
-leasylogging
|
||||||
|
|
||||||
LIBS+= \
|
LIBS+= \
|
||||||
-L$$PWD/../OpenSSL-for-iPhone/lib \
|
-L$$PWD/../OpenSSL-for-iPhone/lib \
|
||||||
|
|
Loading…
Reference in a new issue