Skip to content

Commit f170d78

Browse files
committed
fixup! Build libtcl
1 parent 3fb8f74 commit f170d78

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pythonbuild/cpython.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,12 @@ def derive_setup_local(
541541
else:
542542
build_mode_match = True
543543

544-
if target_match and python_min_match and python_max_match and build_mode_match:
544+
if (
545+
target_match
546+
and python_min_match
547+
and python_max_match
548+
and build_mode_match
549+
):
545550
if source := entry.get("source"):
546551
line += f" {source}"
547552
for source in entry.get("sources", []):

0 commit comments

Comments
 (0)