build(Archlinux): Switch from calling make directly to using cmake (#4579)
This commit is contained in:
@@ -169,7 +169,7 @@ build() {
|
|||||||
desktop-file-validate "build/dev.lizardbyte.app.Sunshine.desktop"
|
desktop-file-validate "build/dev.lizardbyte.app.Sunshine.desktop"
|
||||||
desktop-file-validate "build/dev.lizardbyte.app.Sunshine.terminal.desktop"
|
desktop-file-validate "build/dev.lizardbyte.app.Sunshine.terminal.desktop"
|
||||||
|
|
||||||
make -C build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
@@ -217,5 +217,5 @@ check() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
export MAKEFLAGS="${MAKEFLAGS:--j$(nproc)}"
|
export MAKEFLAGS="${MAKEFLAGS:--j$(nproc)}"
|
||||||
make -C build install DESTDIR="$pkgdir"
|
DESTDIR="$pkgdir" cmake --install build
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user