development/spice-protocol: Remove NUMJOBS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
075a425218
commit
21020c52c3
|
@ -77,7 +77,7 @@ meson setup \
|
|||
--localstatedir=/var \
|
||||
--buildtype=release \
|
||||
.. || exit 1
|
||||
"${NINJA:=ninja}" $NUMJOBS || exit 1
|
||||
"${NINJA:=ninja}" || exit 1
|
||||
DESTDIR=$PKG $NINJA install || exit 1
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in New Issue