summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-06-19 20:07:23 (GMT)
committerGitHub <noreply@github.com>2019-06-19 20:07:23 (GMT)
commit12f1c726d8328e5e096c35c36901f6d19bc942d3 (patch)
tree089ca33a6f4138c9f7cc227c06d701440da715e6 /PCbuild
parentf06b569305cf604f070776ea3f800ed61fdd7d61 (diff)
downloadcpython-12f1c726d8328e5e096c35c36901f6d19bc942d3.zip
cpython-12f1c726d8328e5e096c35c36901f6d19bc942d3.tar.gz
cpython-12f1c726d8328e5e096c35c36901f6d19bc942d3.tar.bz2
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props
index 0f93a00..c38be2c 100644
--- 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">