Closed spino17 closed 5 months ago
I am getting below error when running cargo build:
cargo build
note: ld: library not found for -lzstd clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have MacOS 14.5. I was working fine a day before an update installed.
You appear to be missing zstd on your system, so it cannot be linked in. Don't think this is an inkwell issue
ohh okay @TheDan64 . Will close here. Thanks!
I am getting below error when running
cargo build
:I have MacOS 14.5. I was working fine a day before an update installed.