Skip to content

Commit fa4bd80

Browse files
committed
windows: add python3.dll to distribution
For parity with the official distributions. Closes #55.
1 parent 6765f62 commit fa4bd80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpython-windows/build.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,9 +2019,7 @@ def build_cpython(
20192019
if static:
20202020
args.append("--flat-dlls")
20212021
else:
2022-
args.extend(
2023-
["--include-idle", "--include-tcltk",]
2024-
)
2022+
args.extend(["--include-idle", "--include-stable", "--include-tcltk"])
20252023

20262024
exec_and_log(
20272025
args, pcbuild_path, os.environ,

0 commit comments

Comments
 (0)