File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -800,12 +800,13 @@ it's not coming from Windows API.
800800.. nonce: 35IcGF
801801.. section: macOS
802802
803- _tkinter now builds and links with non-system Tcl and Tk frameworks if they
804- are installed in /Library/Frameworks as had been the case on older releases
805- of macOS. If a macOS SDK is explicitly configured, by using ./configure
806- --enable-universalsdk= or -isysroot, only a Library/Frameworks directory in
807- the SDK itself is searched. The default behavior can still be overridden
808- with configure --with-tcltk-includes and --with-tcltk-libs.
803+ When building Python on macOS from source, ``_tkinter `` now links with
804+ non-system Tcl and Tk frameworks if they are installed in
805+ ``/Library/Frameworks ``, as had been the case on older releases
806+ of macOS. If a macOS SDK is explicitly configured, by using
807+ ``--enable-universalsdk= `` or ``-isysroot ``, only the SDK itself is
808+ searched. The default behavior can still be overridden with
809+ ``--with-tcltk-includes `` and ``--with-tcltk-libs ``.
809810
810811..
811812
You can’t perform that action at this time.
0 commit comments