From 10c3b8c11644beb8a71ba2b1a13afca60bc930fa Mon Sep 17 00:00:00 2001 From: schnerchi Date: Tue, 28 Mar 2017 18:31:23 +0200 Subject: [PATCH] activate 'git submodule update' cloning and trying to build without this does not work at least on mac osx --- get_libwallet_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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