aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorschnerchi <schnerchi@users.noreply.github.com>2017-03-28 18:31:23 +0200
committerGitHub <noreply@github.com>2017-03-28 18:31:23 +0200
commit10c3b8c11644beb8a71ba2b1a13afca60bc930fa (patch)
treef8b26896c06e7d7fbab407b4c12ffce79bf99bbd /get_libwallet_api.sh
parent60254812c86e611650815dad1ee67cb548a84c69 (diff)
downloadmonzero-gui-10c3b8c11644beb8a71ba2b1a13afca60bc930fa.tar.gz
monzero-gui-10c3b8c11644beb8a71ba2b1a13afca60bc930fa.tar.xz
monzero-gui-10c3b8c11644beb8a71ba2b1a13afca60bc930fa.zip
activate 'git submodule update'
cloning and trying to build without this does not work at least on mac osx
Diffstat (limited to 'get_libwallet_api.sh')
-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 bd4b7e6c..084c60b6 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -15,7 +15,7 @@ BUILD_LIBWALLET=false
if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
-#git submodule update
+git submodule update
git -C $MONERO_DIR fetch --tags
git -C $MONERO_DIR checkout v0.10.3.1