From 4bcfe63c57c08660b4953a08e8f5276cfd53977f Mon Sep 17 00:00:00 2001 From: MoroccanMalinois Date: Tue, 7 Feb 2017 01:52:01 +0000 Subject: [PATCH] build libepee if monerod skipped --- get_libwallet_api.sh | 2 ++ 1 file changed, 2 insertions(+) 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