mirror of https://github.com/python/cpython
Browse Source
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. Authored-by: Joshua Root <jmr@macports.org>pull/25828/head
committed by
GitHub
6 changed files with 15 additions and 34 deletions
Loading…
Reference in new issue