From 401918f580cffb39f3f54719937124b0f53408d2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 16 Oct 2024 04:54:32 +0200 Subject: [PATCH] _build.sh: set `MAKEFLAGS` with `_JOBS` value [ci skip] --- _build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_build.sh b/_build.sh index 6f6928397..e97cfea72 100755 --- a/_build.sh +++ b/_build.sh @@ -562,6 +562,7 @@ build_single_target() { _CCPREFIX= _CCSUFFIX= export _MAKE='make' + export MAKEFLAGS="-j${_JOBS}" export _RUN_BIN='' if [ "${_TOOLCHAIN}" != 'llvm-mingw' ]; then