bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
This commit is contained in:
parent
f06b569305
commit
12f1c726d8
|
@ -81,6 +81,9 @@
|
|||
|
||||
<!-- Full path of the resulting python.exe binary -->
|
||||
<PythonExe Condition="'$(PythonExe)' == ''">$(BuildPath)python$(PyDebugExt).exe</PythonExe>
|
||||
|
||||
<!-- Include Tkinter by default -->
|
||||
<IncludeTkinter Condition="'$(IncludeTkinter)' == ''">true</IncludeTkinter>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Platform)'=='ARM'" Label="ArmConfiguration">
|
||||
|
|
Loading…
Reference in New Issue