aboutsummaryrefslogtreecommitdiff
path: root/network/scrcpy/scrcpy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/scrcpy/scrcpy.SlackBuild')
-rw-r--r--network/scrcpy/scrcpy.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/scrcpy/scrcpy.SlackBuild b/network/scrcpy/scrcpy.SlackBuild
index d5d4c2c410b55..62dbd36abcd07 100644
--- a/network/scrcpy/scrcpy.SlackBuild
+++ b/network/scrcpy/scrcpy.SlackBuild
@@ -84,8 +84,8 @@ cd build
--strip \
-Db_lto=true \
-Dprebuilt_server=$CWD/scrcpy-server-v$VERSION
- ninja
- DESTDIR=$PKG ninja install
+ "${NINJA:=ninja}"
+ DESTDIR=$PKG $NINJA install
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \