Re: [PATCH] rust: query the compiler for dylib path

From: Miguel Ojeda
Date: Tue Oct 15 2024 - 05:12:40 EST


On Sun, Oct 13, 2024 at 1:53 AM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> A symlink would possibly work (unless rustc refuses to load anything
> other than .dylib on macOS for whatever reason), but wouldn't be very
> ergonomic; you'd have to create the symlink blind or else run the build
> system until it fails, then create the symlink, and then run the build
> again.

Could you please test if the symlink work?

It is definitely not elegant, and if we start having several macro
crates, it will not really work for you.

However, it would be good to know the potential options available here
and, if it works, it would allow you to get it working right away
while upstream Rust replies.

Thanks!

Cheers,
Miguel