commit | b310700976524b4b99ee319c947ca40468716fc9 | [log] [tgz] |
---|---|---|
author | Joshua Root <jmr@macports.org> | Wed Apr 22 17:44:10 2020 +1000 |
committer | GitHub <noreply@github.com> | Wed Apr 22 03:44:10 2020 -0400 |
tree | ee5ffee5d510dd540b0c5748424b3afecd53bda8 | |
parent | 3a69f3caeeaea57048ed3bc3051e16854b9a4cd6 [diff] |
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>