diff options
| author | schnerchi <schnerchi@users.noreply.github.com> | 2017-03-28 18:31:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-28 18:31:23 +0200 |
| commit | 10c3b8c11644beb8a71ba2b1a13afca60bc930fa (patch) | |
| tree | f8b26896c06e7d7fbab407b4c12ffce79bf99bbd | |
| parent | 60254812c86e611650815dad1ee67cb548a84c69 (diff) | |
| download | monzero-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
| -rwxr-xr-x | get_libwallet_api.sh | 2 |
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 |
