Skip to content

Commit 2b19fba

Browse files
zoobaDinoV
authored andcommitted
bpo-37333: Ensure IncludeTkinter has a value (pythonGH-14240)
1 parent 1faae6c commit 2b19fba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PCbuild/python.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181

8282
<!-- Full path of the resulting python.exe binary -->
8383
<PythonExe Condition="'$(PythonExe)' == ''">$(BuildPath)python$(PyDebugExt).exe</PythonExe>
84+
85+
<!-- Include Tkinter by default -->
86+
<IncludeTkinter Condition="'$(IncludeTkinter)' == ''">true</IncludeTkinter>
8487
</PropertyGroup>
8588

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

0 commit comments

Comments
 (0)