opus_tools: add $jobArgs.

This commit is contained in:
Jérôme Duval
2018-12-07 08:12:48 +01:00
committed by GitHub
parent 7d33b8fa13
commit f40450ea28

View File

@@ -62,7 +62,7 @@ BUILD()
{
autoreconf -fi
runConfigure ./configure --disable-stack-protector
make
make $jobArgs
}
INSTALL()