diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/.flake/home/programs/zsh.nix.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org index 3d5115f..e29dbb3 100644 --- a/common/.flake/home/programs/zsh.nix.org +++ b/common/.flake/home/programs/zsh.nix.org @@ -56,6 +56,7 @@ Load extra code. Configure Homebrew =llvm=. #+begin_src sh + export PATH="/opt/homebrew/opt/llvm/bin:$PATH" export CC='/opt/homebrew/opt/llvm/bin/clang' export CXX="$CC++" export LDFLAGS="$LDFLAGS -L/opt/homebrew/opt/llvm/lib" |