From 8fcaffb048d2359a4c06ed5d8fbbf46d3ae1a472 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 11 Sep 2019 13:43:00 +0100 Subject: [PATCH] bpo-37326: Include libffi license when available (GH-15921) --- PCbuild/python.vcxproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index e37bcfb0b6e..2094420a8df 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)))