Skip to content

contrib: Allow cmake make invocation to communicate with the jobserver

Since make can't ensure $(CMAKEBUILD) will invoke $(MAKE) itself, the sub-make process wasn't able to communicate with the jobserver, causing jobs to run with a single job instead of however much are available.

Merge request reports