summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2021-07-04 12:47:53 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2021-07-04 16:33:15 +0200
commit0f8f51eb98dd48913380a5eb9a6f110c49b39942 (patch)
tree9d13efdf49463f64f55e3171fd01e7e3149443ce /python
parent12af0c01347a134e997057e08094349ca7344705 (diff)
downloadslackbuilds-0f8f51eb98dd48913380a5eb9a6f110c49b39942.tar.gz
slackbuilds-0f8f51eb98dd48913380a5eb9a6f110c49b39942.tar.xz
python/gst-python: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to '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 \