diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 0e14c0b8a74..0deca59f0d2 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -9,6 +9,7 @@ fi unset SERENITY_STRIPPED_ENV export MAKEJOBS="${MAKEJOBS:-$(nproc)}" +export CMAKE_BUILD_PARALLEL_LEVEL="$MAKEJOBS" buildstep() { local buildstep_name=$1