]> granicus.if.org Git - python/commitdiff
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
authorSteve Dower <steve.dower@python.org>
Wed, 19 Jun 2019 20:07:23 +0000 (13:07 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 20:07:23 +0000 (13:07 -0700)
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">