system changes
This commit is contained in:
parent
951664c453
commit
a2ed28a53b
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue