We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cf698 commit 8fcaffbCopy full SHA for 8fcaffb
PCbuild/python.vcxproj
@@ -150,12 +150,13 @@ $(_PGOPath)
150
<LicenseFiles Include="$(PySourcePath)LICENSE;
151
$(PySourcePath)PC\crtlicense.txt;
152
$(bz2Dir)LICENSE;
153
- $(opensslOutDir)LICENSE;" />
+ $(opensslOutDir)LICENSE;
154
+ $(libffiDir)LICENSE;" />
155
<LicenseFiles Include="$(tcltkDir)tcllicense.terms;
156
$(tcltkDir)tklicense.terms;
157
$(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" />
158
<_LicenseFiles Include="@(LicenseFiles)">
- <Content>$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
159
+ <Content Condition="Exists(%(FullPath))">$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
160
</_LicenseFiles>
161
</ItemGroup>
162
0 commit comments