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
@@ -34,7 +34,6 @@ from common import (
REPO_ROOT,
SCRIPT_DIR,
BuildCfg,
BuildDepsCache,
BuildType,
debug_or_release,
logger,
@@ -42,6 +41,7 @@ from common import (
run,
run_streamed,
)
from common_win import BuildDepsCache
from vs_cfg import CMAKE_GENERATORS, VS_TOOLSET_TO_VS_VER, VsCfgResult, get_vs_var