system changes
This commit is contained in:
parent
5c1a677e3f
commit
0f7f58c50d
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ Configure Homebrew =llvm=.
|
|||
export CC='/opt/homebrew/opt/llvm/bin/clang'
|
||||
export CXX="$CC++"
|
||||
export LDFLAGS="$LDFLAGS -L/opt/homebrew/opt/llvm/lib -L/opt/homebrew/lib"
|
||||
export CPPFLAGS="$CPPFLAGS -I/opt/homebrew/opt/llvm/include -I/opt/homebrew/include"
|
||||
export INCLUDE_FLAGS="-I/opt/homebrew/opt/llvm/include -I/opt/homebrew/include"
|
||||
export CFLAGS="$CFLAGS $INCLUDE_FLAGS"
|
||||
export CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
|
||||
#+end_src
|
||||
|
||||
Create potential aliases and create the prompt.
|
||||
|
|
Loading…
Add table
Reference in a new issue