From 389abd37ba50a327ae7388c6b016604cbd980e4b Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 19 Jun 2019 13:25:44 -0700 Subject: bpo-37333: Ensure IncludeTkinter has a value (GH-14240) (cherry picked from commit 12f1c726d8328e5e096c35c36901f6d19bc942d3) Co-authored-by: Steve Dower --- 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