Files
land/dotfiles/zsh/.zsh/llvm.sh
T
2026-05-13 18:30:40 +03:00

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"