Skip to content

Commit

Permalink
activate 'git submodule update'
Browse files Browse the repository at this point in the history
cloning and trying to build without this does not work at least on mac osx
  • Loading branch information
schnerchi authored Mar 28, 2017
1 parent 6025481 commit 10c3b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 10c3b8c

Please sign in to comment.