mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
This commit is contained in:
parent
f06b569305
commit
12f1c726d8
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@
|
||||||
|
|
||||||
<!-- Full path of the resulting python.exe binary -->
|
<!-- Full path of the resulting python.exe binary -->
|
||||||
<PythonExe Condition="'$(PythonExe)' == ''">$(BuildPath)python$(PyDebugExt).exe</PythonExe>
|
<PythonExe Condition="'$(PythonExe)' == ''">$(BuildPath)python$(PyDebugExt).exe</PythonExe>
|
||||||
|
|
||||||
|
<!-- Include Tkinter by default -->
|
||||||
|
<IncludeTkinter Condition="'$(IncludeTkinter)' == ''">true</IncludeTkinter>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Platform)'=='ARM'" Label="ArmConfiguration">
|
<PropertyGroup Condition="'$(Platform)'=='ARM'" Label="ArmConfiguration">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue