Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit12f1c72

Browse files
authored
bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
1 parentf06b569 commit12f1c72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎PCbuild/python.props‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181

8282
<!-- Full path of the resulting python.exe binary-->
8383
<PythonExeCondition="'$(PythonExe)' == ''">$(BuildPath)python$(PyDebugExt).exe</PythonExe>
84+
85+
<!-- Include Tkinter by default-->
86+
<IncludeTkinterCondition="'$(IncludeTkinter)' == ''">true</IncludeTkinter>
8487
</PropertyGroup>
8588

8689
<PropertyGroupCondition="'$(Platform)'=='ARM'"Label="ArmConfiguration">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp