mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
The build system of bind seems to have issues with (highly) parallel builds, breaking the build with errors like: libtool: link: `nothreads/condition.lo' is not a valid libtool object So disable parallel builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>