You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): shared step must depend on install step, not compile step
The 'shared' named step depended on c_abi_lib.step (compile) instead of
the install step returned by installArtifact(). This meant 'zig build
shared' compiled the library but never copied it to zig-out/lib/, so
all bindings failed to find it at link/runtime.
0 commit comments