From 00f6493084c385033fe5574314223217d9a26672 Mon Sep 17 00:00:00 2001 From: Paul Monson Date: Mon, 17 Jun 2019 08:21:28 -0700 Subject: [PATCH] bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096) --- PCbuild/python.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index fdf8f12037..e37bcfb0b6 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -150,10 +150,10 @@ $(_PGOPath) + + $(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" /> <_LicenseFiles Include="@(LicenseFiles)"> $([System.IO.File]::ReadAllText(%(FullPath))) -- 2.40.0