diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-28 12:40:21 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-28 12:40:21 -0600 |
commit | 5104690f3e9a4e499c0c5cfb507e88c07168c19c (patch) | |
tree | a6095b653a7341ef12ae9f04f94b34df2c5fc009 /common | |
parent | 0f7f58c50de02984e3caac4d303890d22575b21e (diff) |
system changes
Diffstat (limited to 'common')
-rw-r--r-- | common/.flake/home/programs/zsh.nix.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org index 502fd1f..7e45d57 100644 --- a/common/.flake/home/programs/zsh.nix.org +++ b/common/.flake/home/programs/zsh.nix.org @@ -60,9 +60,7 @@ 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 INCLUDE_FLAGS="-I/opt/homebrew/opt/llvm/include -I/opt/homebrew/include" - export CFLAGS="$CFLAGS $INCLUDE_FLAGS" - export CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS" + export CPPFLAGS="$CPPFLAGS -I/opt/homebrew/opt/llvm/include -I/opt/homebrew/include" #+end_src Create potential aliases and create the prompt. |