Re: [PATCH] Makefile: Remove the product of pin_init cleanly in mrporper
From: Chen Miao
Date: Thu Oct 30 2025 - 21:54:47 EST
On 10/31/2025 1:41 AM, Miguel Ojeda wrote:
> On Thu, Oct 30, 2025 at 10:08 AM chenmiao <chenmiao@xxxxxxxxxxxxx> wrote:
>> - rust/libmacros.so rust/libmacros.dylib
>> + rust/libmacros.so rust/libmacros.dylib rust/libpin_init_internal.so
> I think we will need the `.dylib` too, given the other one is there
> (for the macOS builds some people do -- Cc'ing Daniel and Tamir). Or
> did you avoid it for some reason?
Hum, in fact I just seen the `.so` so I ignore the `.dylib`. I think should
add the `.dylib`, I'll make revision later.
Regard,
Chen Miao
>
> Thanks!
>
> Cheers,
> Miguel