mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
fetch submodules
This commit is contained in:
parent
bb1a589ab0
commit
71923ee95f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ CURDIR=$(pwd)
|
|||
|
||||
mkdir -p $BUILDIR
|
||||
cd $BUILDIR
|
||||
git clone $SRCDIR BUILD
|
||||
git clone --recurse-submodules $SRCDIR BUILD
|
||||
cd BUILD
|
||||
git checkout ${TAG}${BRANCH}
|
||||
cd ./xwords4/android/
|
||||
|
|
Loading…
Add table
Reference in a new issue