diff options
author | Joshua Root <jmr@macports.org> | 2021-06-03 10:25:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 20:25:15 -0400 |
commit | 991693a217363243b0bd33887852d6b3959b99a1 (patch) | |
tree | 41fb8052a2295f1e3136e2c10c2c85c06f9d0bf2 /Python/Python-ast.c | |
parent | 85b587a38dcf5d0ef1e275510001e22425d65977 (diff) | |
download | cpython-git-991693a217363243b0bd33887852d6b3959b99a1.tar.gz |
[3.9] bpo-43568: Relax distutils MACOSX_DEPLOYMENT_TARGET check (GH-25827) (GH-26001)
Only complain if the config target is >= 10.3 and the current target is
< 10.3. The check was originally added to ensure that incompatible
LDSHARED flags are not used, because '-undefined dynamic_lookup' is
used when building for 10.3 and later, and is not supported on older OS
versions. Apart from that, there should be no problem in general
with using an older target. In particular, this allows targeting macOS
11.0 when Python was built for a newer minor version like 11.3.
(manually cherry picked from part of commit 8703178)
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions