diff --git a/build.sh b/build.sh index 3e1eb5e9..568660bd 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ MONERO_DIR=monero MONEROD_EXEC=monerod # Build libwallet if monero folder doesnt exist -if [ ! -d $MONERO_DIR ]; then +if [ ! -d $MONERO_DIR/src ]; then $SHELL get_libwallet_api.sh $BUILD_TYPE fi