From: Steve Dower Date: Wed, 11 Sep 2019 12:43:00 +0000 (+0100) Subject: bpo-37326: Include libffi license when available (GH-15921) X-Git-Tag: v3.9.0a1~559 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fcaffb048d2359a4c06ed5d8fbbf46d3ae1a472;p=thirdparty%2FPython%2Fcpython.git bpo-37326: Include libffi license when available (GH-15921) --- diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index e37bcfb0b6e1..2094420a8df3 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -150,12 +150,13 @@ $(_PGOPath) + $(opensslOutDir)LICENSE; + $(libffiDir)LICENSE;" /> <_LicenseFiles Include="@(LicenseFiles)"> - $([System.IO.File]::ReadAllText(%(FullPath))) + $([System.IO.File]::ReadAllText(%(FullPath)))