projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06b569
)
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
author
Steve Dower
<steve.dower@python.org>
Wed, 19 Jun 2019 20:07:23 +0000
(13:07 -0700)
committer
GitHub
<noreply@github.com>
Wed, 19 Jun 2019 20:07:23 +0000
(13:07 -0700)
PCbuild/python.props
patch
|
blob
|
history
diff --git
a/PCbuild/python.props
b/PCbuild/python.props
index 0f93a00383664e3dabe43edea991e26543fdce69..c38be2c7418b6577d058f3091626aed386530c43 100644
(file)
--- a/
PCbuild/python.props
+++ b/
PCbuild/python.props
@@
-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">