mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-24 11:36:14 +00:00
Merge pull request #717
336726e
add easylogging requires #2015 (Jaquee)
This commit is contained in:
commit
f6e7b79e81
2 changed files with 4 additions and 1 deletions
|
@ -226,6 +226,8 @@ fi
|
||||||
# build install epee
|
# build install epee
|
||||||
eval make -C $MONERO_DIR/build/release/contrib/epee all install
|
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
|
# Install libunwind
|
||||||
echo "Installing libunbound..."
|
echo "Installing libunbound..."
|
||||||
|
|
|
@ -90,7 +90,8 @@ ios:arm64 {
|
||||||
LIBS += -L$$WALLET_ROOT/lib \
|
LIBS += -L$$WALLET_ROOT/lib \
|
||||||
-lwallet_merged \
|
-lwallet_merged \
|
||||||
-lepee \
|
-lepee \
|
||||||
-lunbound
|
-lunbound \
|
||||||
|
-leasylogging
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue