From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Sep 2019 13:31:27 +0000 (-0700) Subject: bpo-37326: Include libffi license when available (GH-15921) X-Git-Tag: v3.8.0rc1~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da38ec1d4862ffb58faec41ed367719e81801766;p=python bpo-37326: Include libffi license when available (GH-15921) (cherry picked from commit 8fcaffb048d2359a4c06ed5d8fbbf46d3ae1a472) Co-authored-by: Steve Dower --- diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index e37bcfb0b6..2094420a8d 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)))