Skip to content

Commit 17726fa

Browse files
committed
Fix env
1 parent 931f432 commit 17726fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-windows/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ def build_cpython(
13421342
SUPPORT / "patch-disable-pgo-ceval-3.14.patch",
13431343
],
13441344
str(cpython_source_path),
1345-
env,
1345+
env=os.environ,
13461346
exit_on_error=False,
13471347
)
13481348

0 commit comments

Comments
 (0)