mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-14 13:22:23 +08:00
chore: take submodules into account for archlinux
This commit is contained in:
parent
653d70e8b6
commit
6ddf56caa7
@ -24,6 +24,11 @@ pkgver() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
git submodule update --init --recursive
|
||||||
|
git -c protocol.file.allow=always submodule update
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S "$pkgname" \
|
cmake -B build -S "$pkgname" \
|
||||||
-DCMAKE_BUILD_TYPE='Release' \
|
-DCMAKE_BUILD_TYPE='Release' \
|
||||||
|
Loading…
Reference in New Issue
Block a user