From f31adf9d7ba43f755eff73ce5942b92efd190652 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 19 Jun 2019 13:07:23 -0700 Subject: [PATCH] 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 0f93a00383664e..c38be2c7418b65 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -81,6 +81,9 @@ $(BuildPath)python$(PyDebugExt).exe + + + true