From b4458e98f4c09e95e15e32a9a5734582b9915886 Mon Sep 17 00:00:00 2001 From: jj Date: Mon, 16 Feb 2026 21:52:33 +0000 Subject: [PATCH] build.py: update to use new name substitution api --- build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 6e5eac9..e42b0ca 100644 --- a/build.py +++ b/build.py @@ -264,7 +264,8 @@ def main(): # Substitute names asyncio.run(name_substitution.do_substitution( source_tree, - None, + tarpath=None, + workers=os.cpu_count() )) else: print("Apply patches using quilt, then press Enter")