development/spice-protocol: Remove NUMJOBS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-27 18:24:24 +07:00 committed by Robby Workman
parent 075a425218
commit 21020c52c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 ..