Skip to content

Commit

Permalink
_build.sh: set MAKEFLAGS with _JOBS value [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 16, 2024
1 parent 37c5287 commit 401918f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ build_single_target() {
_CCPREFIX=
_CCSUFFIX=
export _MAKE='make'
export MAKEFLAGS="-j${_JOBS}"
export _RUN_BIN=''

if [ "${_TOOLCHAIN}" != 'llvm-mingw' ]; then
Expand Down

0 comments on commit 401918f

Please sign in to comment.