Hi all! We're looking for a way to specify weak_framework
as a linker argument to specify which frameworks to weakly link for macOS targets. This would allow us to more easily cross-compile for macOS from other host platforms.
I asked about it on the Rust Programming Language Forum at How to use weak linking on macOS (link with `weak_framework`)? - help - The Rust Programming Language Forum a little while ago which contains some additional context and some alternatives we've tried. I didn't receive any replies there, so I thought it might be useful to raise it here as a feature request and ask how we might be able to proceed with this.