Merge pull request #1517

e629df9 Fix libwallet rebuilding even if it already exists (xiphon)
This commit is contained in:
luigi1111 2018-08-02 13:59:51 -05:00
commit 3c9b5b71df
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -75,8 +75,7 @@ else
fi
if [ "$BUILD_LIBWALLET" != true ]; then
# exit this script
return
exit 0
fi
echo "GUI_MONERO_VERSION=\"$VERSIONTAG\"" > $MONERO_DIR/version.sh