We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06b569 commit 12f1c72Copy full SHA for 12f1c72
PCbuild/python.props
@@ -81,6 +81,9 @@
81
82
<!-- Full path of the resulting python.exe binary -->
83
<PythonExe Condition="'$(PythonExe)' == ''">$(BuildPath)python$(PyDebugExt).exe</PythonExe>
84
+
85
+ <!-- Include Tkinter by default -->
86
+ <IncludeTkinter Condition="'$(IncludeTkinter)' == ''">true</IncludeTkinter>
87
</PropertyGroup>
88
89
<PropertyGroup Condition="'$(Platform)'=='ARM'" Label="ArmConfiguration">
0 commit comments