]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649)
authorNed Deily <nad@python.org>
Sat, 5 Dec 2020 04:02:09 +0000 (23:02 -0500)
committerGitHub <noreply@github.com>
Sat, 5 Dec 2020 04:02:09 +0000 (23:02 -0500)
commit29afab6c5f656f07ac85c9b2cf089631b2557a11
treeed060be4fab95598e8736ffa0dd55f2fd97e7508
parent226a012d1cd61f42ecd3056c554922f359a1a35d
bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649)

If no explicit macOS SDK was specified, setup.py should check for
Tcl and TK frameworks in /Library/Frameworks; the previous commit
inadvertently broke that test.
setup.py