mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
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.terminal.desktop"
|
||||
|
||||
make -C build
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
check() {
|
||||
@@ -217,5 +217,5 @@ check() {
|
||||
|
||||
package() {
|
||||
export MAKEFLAGS="${MAKEFLAGS:--j$(nproc)}"
|
||||
make -C build install DESTDIR="$pkgdir"
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user