]> granicus.if.org Git - python/commitdiff
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jun 2019 20:25:44 +0000 (13:25 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 20:25:44 +0000 (13:25 -0700)
(cherry picked from commit 12f1c726d8328e5e096c35c36901f6d19bc942d3)

Co-authored-by: Steve Dower <steve.dower@python.org>
PCbuild/python.props

index 0f93a00383664e3dabe43edea991e26543fdce69..c38be2c7418b6577d058f3091626aed386530c43 100644 (file)
@@ -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">