Skip to content

Commit 389abd3

Browse files
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
(cherry picked from commit 12f1c72) Co-authored-by: Steve Dower <[email protected]>
1 parent d7232f0 commit 389abd3

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)