system changes

This commit is contained in:
Jacob Janzen 2024-12-27 20:40:46 -06:00
parent 951664c453
commit a2ed28a53b
2 changed files with 1 additions and 1 deletions

View file

@ -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"

View file

@ -33,7 +33,6 @@ Add Homebrew to the path along with standard =bin= directories.
"$HOME/.local/bin"
"/usr/local/bin"
"/opt/homebrew/bin"
"/opt/homebrew/opt/llvm/bin"
];
}
#+end_src