Skip to content

Commit

Permalink
windows: add python3.dll to distribution
Browse files Browse the repository at this point in the history
For parity with the official distributions.

Closes #55.
  • Loading branch information
indygreg committed Aug 23, 2020
1 parent 6765f62 commit fa4bd80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2019,9 +2019,7 @@ def build_cpython(
if static:
args.append("--flat-dlls")
else:
args.extend(
["--include-idle", "--include-tcltk",]
)
args.extend(["--include-idle", "--include-stable", "--include-tcltk"])

exec_and_log(
args, pcbuild_path, os.environ,
Expand Down

0 comments on commit fa4bd80

Please sign in to comment.