Skip to content

Commit

Permalink
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
Browse files Browse the repository at this point in the history
(cherry picked from commit 12f1c72)

Co-authored-by: Steve Dower <steve.dower@python.org>
  • Loading branch information
miss-islington and zooba committed Jun 19, 2019
1 parent d7232f0 commit 389abd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PCbuild/python.props
Expand Up @@ -81,6 +81,9 @@

<!-- Full path of the resulting python.exe binary -->
<PythonExe Condition="'$(PythonExe)' == ''">$(BuildPath)python$(PyDebugExt).exe</PythonExe>

<!-- Include Tkinter by default -->
<IncludeTkinter Condition="'$(IncludeTkinter)' == ''">true</IncludeTkinter>
</PropertyGroup>

<PropertyGroup Condition="'$(Platform)'=='ARM'" Label="ArmConfiguration">
Expand Down

0 comments on commit 389abd3

Please sign in to comment.