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