-
-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
compatibilityCompatibility with CPython and the broader ecosystemCompatibility with CPython and the broader ecosystemplatform:darwinSpecific to the macOS platformSpecific to the macOS platform
Description
According to indygreg/PyOxidizer#373 (comment) the HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH feature is required on macOS 11 for things to be happy.
I had unconditionally disabled that feature flag thinking it was an optional feature.
We should probably only conditionally disable on target SDK < 11.0.
But according to @ronaldoussoren it might be required to use ctypes when running on macOS 11?! If so, then the current builds are busted, as Python 3.8 uses the 10.15 SDK and 3.9 - while using the 11.0 SDK - has the feature disabled.
Metadata
Metadata
Assignees
Labels
compatibilityCompatibility with CPython and the broader ecosystemCompatibility with CPython and the broader ecosystemplatform:darwinSpecific to the macOS platformSpecific to the macOS platform