mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-14 05:12:25 +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() {
|
||||
cmake -B build -S "$pkgname" \
|
||||
-DCMAKE_BUILD_TYPE='Release' \
|
||||
|
Loading…
Reference in New Issue
Block a user