mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libgit2-glib: Fixed ninja build.
This was broken by 0cb5c5b
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ec890d17c6
commit
8559023d8f
1 changed files with 1 additions and 3 deletions
|
@ -93,9 +93,7 @@ meson build \
|
|||
--buildtype=release \
|
||||
-Dgtk_doc=true
|
||||
|
||||
"${NINJA:=ninja}"
|
||||
$NINJA -C build
|
||||
DESTDIR=$PKG $NINJA -C build install
|
||||
DESTDIR=$PKG "${NINJA:=ninja}" -C build install
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
Loading…
Reference in a new issue