nsgenbind: disable parallel builds

Seems to fail on the buildbots.
This commit is contained in:
Adrien Destugues
2017-10-08 11:33:14 +02:00
parent d86b439fe8
commit fef04b6d30

View File

@@ -32,7 +32,7 @@ BUILD_PREREQUIRES="
BUILD()
{
make $jobArgs PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem
make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem
}
INSTALL()