mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/scrcpy: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
fdcc0cafe3
commit
64b79dda7c
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue