diff options
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 |
commit | 0f8f51eb98dd48913380a5eb9a6f110c49b39942 (patch) | |
tree | 9d13efdf49463f64f55e3171fd01e7e3149443ce | |
parent | 12af0c01347a134e997057e08094349ca7344705 (diff) |
python/gst-python: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | python/gst-python/gst-python.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/gst-python/gst-python.SlackBuild b/python/gst-python/gst-python.SlackBuild index 83b25e3ecca2..49b5a2a754c0 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 \ |