On 8/1/23 09:43, Matthias Geier wrote:
However, I have just noticed that for some reason "-mmacosx-version-min=10.15" gets added to the compiler invocation as well.
also: i think you need the entire dependency chain to be build with the proper -mmacosx-version-min. that is: if you use dependencies that require a higher macosx-version-min, you might be out of luck anyhow:
ld: warning: dylib (/usr/local/lib/libfftw3f.dylib) was built for
newer macOS version (12.0) than being linked (10.15)
ld: warning: dylib (/usr/local/lib/libsndfile.dylib) was built for
newer macOS version (12.0) than being linked (10.15)
ld: warning: dylib (/usr/local/lib/libmysofa.dylib) was built for
newer macOS version (12.0) than being linked (10.15)
ld: warning: dylib (/usr/local/lib/libmpg123.0.dylib) was built for
newer macOS version (12.0) than being linked (10.15)
ld: warning: dylib (/usr/local/lib/libmp3lame.0.dylib) was built for
newer macOS version (12.0) than being linked (10.15)
gamsdrf IOhannes