mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/gssdp: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
1d45bcce5f
commit
2bffde61ba
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ meson --prefix=/usr \
|
|||
--mandir=/usr/man \
|
||||
../
|
||||
ninja
|
||||
DESTDIR=$PKG ninja install
|
||||
DESTDIR=$PKG $NINJA install
|
||||
cd ..
|
||||
|
||||
# Don't ship .la files:
|
||||
|
|
Loading…
Reference in a new issue