ziglang / zig-bootstrap

take off every zig
368 stars 86 forks source link

fix lld mach-o error #129

Closed kassane closed 1 year ago

kassane commented 1 year ago

Fix: #128

andrewrk commented 1 year ago

Thank you for the patch.

This is not the correct fix. Zig already ships libunwind in zig/lib/libunwind.

kassane commented 1 year ago

Thank you for the patch.

This is not the correct fix. Zig already ships libunwind in zig/lib/libunwind.

But this has nothing to do with zig, just a dependency of lld on build llvm. In my case, I got it that way, when removing the error returned.