Skip to content

Commit

Permalink
bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmon authored and zooba committed Jun 17, 2019
1 parent 5352cc4 commit 00f6493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PCbuild/python.vcxproj
Expand Up @@ -150,10 +150,10 @@ $(_PGOPath)
<LicenseFiles Include="$(PySourcePath)LICENSE;
$(PySourcePath)PC\crtlicense.txt;
$(bz2Dir)LICENSE;
$(opensslOutDir)LICENSE;
$(tcltkDir)tcllicense.terms;
$(opensslOutDir)LICENSE;" />
<LicenseFiles Include="$(tcltkDir)tcllicense.terms;
$(tcltkDir)tklicense.terms;
$(tcltkDir)tixlicense.terms" />
$(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" />
<_LicenseFiles Include="@(LicenseFiles)">
<Content>$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
</_LicenseFiles>
Expand Down

0 comments on commit 00f6493

Please sign in to comment.