Browse Source
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
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>pull/19649/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 79 additions and 16 deletions
-
39Lib/_osx_support.py
-
2Lib/distutils/unixccompiler.py
-
51Lib/test/test__osx_support.py
-
1Misc/NEWS.d/next/Build/2020-04-22-02-33-54.bpo-38360.74C68u.rst
-
2setup.py
@ -0,0 +1 @@ |
|||
Support single-argument form of macOS -isysroot flag. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue