diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-05-06 19:42:37 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-05-06 19:42:37 +0200 |
| commit | f6e7b79e81555f46f2da256fbb587a71aa4767f7 (patch) | |
| tree | eb72b5bdb457b6ccf92db88cde7ca364f31242b2 | |
| parent | d744d393f9a3b247390cd0402c937f5a23e57076 (diff) | |
| parent | 336726e82f77b63d0d22c73e08069262b458e819 (diff) | |
| download | monzero-gui-f6e7b79e81555f46f2da256fbb587a71aa4767f7.tar.gz monzero-gui-f6e7b79e81555f46f2da256fbb587a71aa4767f7.tar.xz monzero-gui-f6e7b79e81555f46f2da256fbb587a71aa4767f7.zip | |
Merge pull request #717
336726e add easylogging requires #2015 (Jaquee)
| -rwxr-xr-x | get_libwallet_api.sh | 2 | ||||
| -rw-r--r-- | monero-wallet-gui.pro | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 06cde6c6..7203838a 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -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..." diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 727730c7..3dfa0d5f 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -90,7 +90,8 @@ ios:arm64 { LIBS += -L$$WALLET_ROOT/lib \ -lwallet_merged \ -lepee \ - -lunbound + -lunbound \ + -leasylogging } |
