diff options
| author | MoroccanMalinois <MoroccanMalinois@protonmail.com> | 2017-02-07 01:52:01 +0000 |
|---|---|---|
| committer | MoroccanMalinois <MoroccanMalinois@protonmail.com> | 2017-02-07 01:52:01 +0000 |
| commit | 4bcfe63c57c08660b4953a08e8f5276cfd53977f (patch) | |
| tree | 3e19087b4ac4912e1e2e51fc594a80b8f8e662e4 | |
| parent | 979acf774a559745ef0be3ca41445385f9ecf698 (diff) | |
| download | monzero-gui-4bcfe63c57c08660b4953a08e8f5276cfd53977f.tar.gz monzero-gui-4bcfe63c57c08660b4953a08e8f5276cfd53977f.tar.xz monzero-gui-4bcfe63c57c08660b4953a08e8f5276cfd53977f.zip | |
build libepee if monerod skipped
| -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 d4d5dae4..8d9dda28 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -219,6 +219,8 @@ if [ "$platform" != "mingw32" ] && [ "$ANDROID" != true ]; then eval make -j$CPU_CORE_COUNT eval make install -j$CPU_CORE_COUNT popd +else + eval make -C $MONERO_DIR/build/release/contrib/epee all install fi # unbound is one more dependency. can't be merged to the wallet_merged |
