Closed ilg-ul closed 1 year ago
Fixed on 2023-01-28 in 15.0.7-2.
The issue was caused by the explicit -mmacosx-version-min=
in the compiler flags, which confused the CMake scripts.
The solution was to filter it out and use the CMake CMAKE_OSX_DEPLOYMENT_TARGET=
variable.
Using 15.0.7-1 to compile a dynamic library during the Python build failed with a missing library (
libclang_rt.profile_osx.a
):Checking the folder shows only two libraries:
In a complete distribution, this should have been: