flite: disable parallel builds

Fixes #1213.
This commit is contained in:
Adrien Destugues
2017-03-26 11:17:34 +02:00
parent 698a9da853
commit 9b15585516

View File

@@ -91,7 +91,7 @@ BUILD()
{
autoconf
runConfigure ./configure --enable-shared
make $jobArgs
make # Parallel builds not working
}
INSTALL()