Opened 7 years ago

Closed 6 years ago

Last modified 4 years ago

#53601 closed defect (fixed)

configure.sdk_version SDK does not always exist

Reported by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) Owned by:
Priority: Normal Milestone:
Component: base Version:
Keywords: Cc:
Port:

Description

By default, the value of is macosx_sdk_version is macosx_version.
So the default value of configure.sdk_version is also macosx_version.
Starting with Xcode 7.0, the SDK for macosx_version is not always provided.
For example, Xcode 8.2.1 is supported on OS X 10.11 but the only SDK provided is 10.12.
This causes a bit of an issue with Qt (#53597).

configure.sdk_version is not widely used (mongodb, qmake5 PG, qt5, and qt55), so any change should cause minimal disruptions.

Change History (1)

Note: See TracTickets for help on using tickets.