Skip to content

Commit 00f6493

Browse files
paulmonzooba
authored andcommitted
bpo-37288: Fix Windows build when --no-tkinter is specified (pythonGH-14096)
1 parent 5352cc4 commit 00f6493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PCbuild/python.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ $(_PGOPath)
150150
<LicenseFiles Include="$(PySourcePath)LICENSE;
151151
$(PySourcePath)PC\crtlicense.txt;
152152
$(bz2Dir)LICENSE;
153-
$(opensslOutDir)LICENSE;
154-
$(tcltkDir)tcllicense.terms;
153+
$(opensslOutDir)LICENSE;" />
154+
<LicenseFiles Include="$(tcltkDir)tcllicense.terms;
155155
$(tcltkDir)tklicense.terms;
156-
$(tcltkDir)tixlicense.terms" />
156+
$(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" />
157157
<_LicenseFiles Include="@(LicenseFiles)">
158158
<Content>$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
159159
</_LicenseFiles>

0 commit comments

Comments
 (0)