We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1faae6c commit 2b19fbaCopy full SHA for 2b19fba
1 file changed
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