From: Paul Monson Date: Mon, 17 Jun 2019 15:21:28 +0000 (-0700) Subject: bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096) X-Git-Tag: v3.9.0a1~1251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00f6493084c385033fe5574314223217d9a26672;p=thirdparty%2FPython%2Fcpython.git bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096) --- diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index fdf8f12037aa..e37bcfb0b6e1 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)))