Revert "module: Respect "no-parallel-make" with ninja"

This reverts commit 3f2a24df98.
auto
Bastien Nocera 2018-08-01 16:24:30 +02:00
parent 3f2a24df98
commit 1188992d15
1 changed files with 0 additions and 5 deletions

View File

@ -1706,11 +1706,6 @@ builder_module_build_helper (BuilderModule *self,
make_j = g_strdup_printf ("-j%d", builder_context_get_jobs (context));
make_l = g_strdup_printf ("-l%d", 2 * builder_context_get_jobs (context));
}
else if (meson || cmake_ninja)
{
/* ninja defaults to a parallel make, disable it if requested */
make_j = g_strdup ("-j1");
}
if (run_shell)
{