aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-11-08 10:49:31 +0100
committerJaquee <jaquee.monero@gmail.com>2017-11-08 11:23:00 +0100
commit67ecb6a85d95e61f8bb29fb31403093acf6d1ce2 (patch)
treecf169a2c632cef75eb45f479e1a70f0ab59cbda2
parenta01bb509ea4b7f7a6f402c7a7f52d2497b320341 (diff)
downloadmonzero-gui-67ecb6a85d95e61f8bb29fb31403093acf6d1ce2.tar.gz
monzero-gui-67ecb6a85d95e61f8bb29fb31403093acf6d1ce2.tar.xz
monzero-gui-67ecb6a85d95e61f8bb29fb31403093acf6d1ce2.zip
remove monero/build before building libwallet
requires #2694
-rwxr-xr-xget_libwallet_api.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index d93ebbc6..78f98d16 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -115,7 +115,7 @@ fi
echo "cleaning up existing monero build dir, libs and includes"
-#rm -fr $MONERO_DIR/build
+rm -fr $MONERO_DIR/build
rm -fr $MONERO_DIR/lib
rm -fr $MONERO_DIR/include
rm -fr $MONERO_DIR/bin