Skip to content

Commit 12f1c72

Browse files
authored
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
1 parent f06b569 commit 12f1c72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)