fetch submodules

This commit is contained in:
Eric House 2024-02-27 16:10:16 -08:00
parent bb1a589ab0
commit 71923ee95f

View file

@ -60,7 +60,7 @@ CURDIR=$(pwd)
mkdir -p $BUILDIR mkdir -p $BUILDIR
cd $BUILDIR cd $BUILDIR
git clone $SRCDIR BUILD git clone --recurse-submodules $SRCDIR BUILD
cd BUILD cd BUILD
git checkout ${TAG}${BRANCH} git checkout ${TAG}${BRANCH}
cd ./xwords4/android/ cd ./xwords4/android/