From 71923ee95f713b8071179818dde74d49440a595d Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 27 Feb 2024 16:10:16 -0800 Subject: [PATCH] fetch submodules --- xwords4/android/scripts/arelease-clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/scripts/arelease-clone.sh b/xwords4/android/scripts/arelease-clone.sh index 97c339eda..109a8f65c 100755 --- a/xwords4/android/scripts/arelease-clone.sh +++ b/xwords4/android/scripts/arelease-clone.sh @@ -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/