Opened 15 years ago

Last modified 8 years ago

#18066 closed defect

pyrex hardcodes MACOSX_DEPLOYMENT_TARGET to 10.3 — at Initial Version

Reported by: harry@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: py-pyrex

Description

In Mac/DarwinSystem.py there's a line that does this:

os.environMACOSX_DEPLOYMENT_TARGET? = "10.3"

Which cases builds on Leopard to fail like this:

distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure

Change History (0)

Note: See TracTickets for help on using tickets.