]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Apr 2020 16:27:24 +0000 (09:27 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Apr 2020 16:27:24 +0000 (09:27 -0700)
commite7f8684ef77d280eb99b8533fd18455caa0fe194
treef622cae0edc027bc397f4f511c7faadece5d482e
parentde5dcfa3bcabf52e43468a2b088ed71b5e5c4503
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)

It is possible to use either '-isysroot /some/path' (with a space) or
'-isysroot/some/path' (no space in between). Support both forms in
places where special handling of -isysroot is done, rather than just
the first form.
Co-authored-by: Ned Deily <nad@python.org>
(cherry picked from commit b310700976524b4b99ee319c947ca40468716fc9)

Co-authored-by: Joshua Root <jmr@macports.org>
Lib/_osx_support.py
Lib/distutils/unixccompiler.py
Lib/test/test__osx_support.py
Misc/NEWS.d/next/Build/2020-04-22-02-33-54.bpo-38360.74C68u.rst [new file with mode: 0644]
setup.py