aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget_libwallet_api.sh2
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