Anthony Bullard said:
Hey Anton I figured it out. Did some searching on here and found another thread from Luke Boswell about this. I needed:
export LIBRARY_PATH="/opt/homebrew/Cellar/zstd/1.5.6/lib"
In the upgrade to llvm 18, zig 13 I needed to fix this. I found a solution I thought I would share here and also make a separate thread so it's more discoverable.
I added this to ~/.zshrc
export LIBRARY_PATH="/opt/homebrew/lib:$LIBRARY_PATH"
Last updated: Jul 06 2025 at 12:14 UTC