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 /get_libwallet_api.sh | |
| 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)
Diffstat (limited to 'get_libwallet_api.sh')
| -rwxr-xr-x | get_libwallet_api.sh | 2 |
1 files changed, 2 insertions, 0 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..." |
