sqlite: Remove jobArgs as parallel builds aren't supported.

This commit is contained in:
Michael Lotz
2016-03-11 23:01:50 +00:00
parent 1011eee5be
commit 25ce22e439

View File

@@ -51,7 +51,7 @@ BUILD()
autoconf
automake-1.13
runConfigure ./configure
make $jobArgs
make
}
INSTALL()