Vadim Jelezniakov
Results
1
comments of
Vadim Jelezniakov
I was Initially getting the same error; the sequence of commands below helped: brew install llvm export LDFLAGS="-L/opt/homebrew/opt/llvm/lib" export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" brew install lld export CC=/opt/homebrew/opt/llvm/bin/clang export CXX=/opt/homebrew/opt/llvm/bin/clang++ make build My...