From 34240e84d0f7c1bd20fc5719fd012bf12fe61287 Mon Sep 17 00:00:00 2001 From: jj Date: Mon, 16 Feb 2026 22:42:49 +0000 Subject: [PATCH] build.py: un-async name substitution --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index dc034f1..09ab16d 100644 --- a/build.py +++ b/build.py @@ -262,11 +262,11 @@ def main(): ) # Substitute names - asyncio.run(name_substitution.do_substitution( + name_substitution.do_substitution( source_tree, tarpath=None, workers=min(32, os.cpu_count()) - )) + ) else: print("Apply patches using quilt, then press Enter") input()