pin submodule to monero head

This commit is contained in:
Jaquee 2017-01-22 21:13:13 +01:00
parent 61f4db61ec
commit 8482481478
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

@ -15,7 +15,7 @@ BUILD_LIBWALLET=false
if [ ! -d $MONERO_DIR/src ]; then if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero git submodule init monero
fi fi
git submodule update git submodule update --remote
# get monero core tag # get monero core tag
get_tag get_tag