Merge pull request #717

336726e add easylogging requires #2015 (Jaquee)
pull/2/head
Riccardo Spagni 7 years ago
commit f6e7b79e81
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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..."

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