build-all: --num_build_procs cli arg

This commit is contained in:
Andrej730
2026-09-16 09:53:30 +05:00
parent 18ed33d05d
commit 39b913d5ec
8 changed files with 101 additions and 59 deletions
+1 -1
View File
@@ -38,7 +38,6 @@ from common import (
REPO_ROOT,
SCRIPT_DIR,
BuildCfg,
BuildDepsCache,
BuildType,
C,
HelpStrings,
@@ -49,6 +48,7 @@ from common import (
resolve_cli_or_env,
validate_cmake_version,
)
from common_win import BuildDepsCache
from installers import (
install_boost,
install_ccache,