Has anyone tried build Zig from source on macOS without prebuilt Zig?
Ziggit
Has anyone tried build Zig from source on macOS without prebuilt Zig?
It’s the problem only on macOS. I want learn some experience of you guys cuz it’s kind of annoying with these factors together: I don’t want to use Homebrew to fetch libraries for some reason CMake will always find libzstd.a at /opt/homebrew/lib/libzstd.a even though it’s missing there and ever didn’t give an error about that. Well it also didn’t try to locate usr/local/lib/libzstd.a. I tried symlink it to path/to/llvm/lib/libzstd.a but it didn’t work. Reproduce I wrote a tiny readable Fish s...
0 comments
No comments yet.