libraries/libpeas: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
f92ce597d7
commit
57784a7230
|
@ -84,8 +84,8 @@ cd build
|
|||
--sysconfdir=/etc \
|
||||
-Dvapi=true \
|
||||
-Ddoc=true
|
||||
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 New Issue