diff options
Diffstat (limited to 'common/.flake/home/programs/zsh.nix.org')
-rw-r--r-- | common/.flake/home/programs/zsh.nix.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org index 7e45d57..502fd1f 100644 --- a/common/.flake/home/programs/zsh.nix.org +++ b/common/.flake/home/programs/zsh.nix.org @@ -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. |