Skip to content

Commit

Permalink
bpo-37326: Include libffi license when available (pythonGH-15921)
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba authored and zware committed Sep 11, 2019
1 parent 62cf698 commit 8fcaffb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PCbuild/python.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,13 @@ $(_PGOPath)
<LicenseFiles Include="$(PySourcePath)LICENSE;
$(PySourcePath)PC\crtlicense.txt;
$(bz2Dir)LICENSE;
$(opensslOutDir)LICENSE;" />
$(opensslOutDir)LICENSE;
$(libffiDir)LICENSE;" />
<LicenseFiles Include="$(tcltkDir)tcllicense.terms;
$(tcltkDir)tklicense.terms;
$(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" />
<_LicenseFiles Include="@(LicenseFiles)">
<Content>$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
<Content Condition="Exists(%(FullPath))">$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
</_LicenseFiles>
</ItemGroup>

Expand Down

0 comments on commit 8fcaffb

Please sign in to comment.