From 12f1c726d8328e5e096c35c36901f6d19bc942d3 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 19 Jun 2019 13:07:23 -0700 Subject: bpo-37333: Ensure IncludeTkinter has a value (GH-14240) --- PCbuild/python.props | 3 +++ 1 file changed, 3 insertions(+) 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 @@ $(BuildPath)python$(PyDebugExt).exe + + + true -- cgit v0.12