4 lines
144 B
Bash
4 lines
144 B
Bash
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
|
|
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
|
|
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
|