Merge pull request #717

336726e add easylogging requires #2015 (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-05-06 19:42:37 +02:00
commit f6e7b79e81
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
2 changed files with 4 additions and 1 deletions

View file

@ -226,6 +226,8 @@ fi
# build install epee
eval make -C $MONERO_DIR/build/release/contrib/epee all install
# install easylogging
eval make -C $MONERO_DIR/build/release/external/easylogging++ all install
# Install libunwind
echo "Installing libunbound..."

View file

@ -90,7 +90,8 @@ ios:arm64 {
LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-lepee \
-lunbound
-lunbound \
-leasylogging
}