zig icon indicating copy to clipboard operation
zig copied to clipboard

Build: check if dynamic lib installed for symlinks

Open InKryption opened this issue 10 months ago • 0 comments

If the library isn't actually installed, generated_bin will be null, causing this to panic about a missing dependency for itself; checking for this state avoids this.

InKryption avatar Apr 21 '25 13:04 InKryption