1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-13 07:33:55 +01:00

pin submodule to monero head

This commit is contained in:
Jaquee 2017-01-22 21:13:13 +01:00
parent 6d73fba14c
commit 39f9d5a116

View File

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