mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
activate 'git submodule update'
cloning and trying to build without this does not work at least on mac osx
This commit is contained in:
parent
60254812c8
commit
10c3b8c116
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue