forgot to add submodules
This commit is contained in:
@@ -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}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user