forgot to add submodules

This commit is contained in:
Paul Dino Jones 2024-09-19 21:44:22 -04:00
parent ec6cb073ee
commit d054f032fd
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ sha256sums=(
) )
build() { build() {
#-G 'Unix Makefiles' \ cd "$srcdir" || exit 1
git submodule sync --recursive
git submodule update --init --recursive
cmake \ cmake \
-B "${_reponame}/build" \ -B "${_reponame}/build" \
-S "${_reponame}" \ -S "${_reponame}" \