summaryrefslogtreecommitdiffstats
path: root/python/gst-python
diff options
context:
space:
mode:
Diffstat (limited to 'python/gst-python')
-rw-r--r--python/gst-python/gst-python.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/gst-python/gst-python.SlackBuild b/python/gst-python/gst-python.SlackBuild
index 83b25e3ecc..49b5a2a754 100644
--- a/python/gst-python/gst-python.SlackBuild
+++ b/python/gst-python/gst-python.SlackBuild
@@ -81,8 +81,8 @@ cd build
--mandir=/usr/man \
--sysconfdir=/etc \
--buildtype=release
- 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 \