Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Feb 12, 2025
1 parent 931f432 commit 17726fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ def build_cpython(
SUPPORT / "patch-disable-pgo-ceval-3.14.patch",
],
str(cpython_source_path),
env,
env=os.environ,
exit_on_error=False,
)

Expand Down

0 comments on commit 17726fa

Please sign in to comment.