diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-27 20:52:07 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-27 20:52:07 -0600 |
commit | 5c1a677e3f1d666e57ec12e807557ec415c503b2 (patch) | |
tree | a6095b653a7341ef12ae9f04f94b34df2c5fc009 /common/.flake/home/programs/zsh.nix.org | |
parent | a2ed28a53b796b42ef5dcd6b2a1d14717c7badd4 (diff) |
system changes
Diffstat (limited to 'common/.flake/home/programs/zsh.nix.org')
-rw-r--r-- | common/.flake/home/programs/zsh.nix.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org index e29dbb3..7e45d57 100644 --- a/common/.flake/home/programs/zsh.nix.org +++ b/common/.flake/home/programs/zsh.nix.org @@ -59,8 +59,8 @@ Configure Homebrew =llvm=. 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" - export CPPFLAGS="$CPPFLAGS -I/opt/homebrew/opt/llvm/include" + 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" #+end_src Create potential aliases and create the prompt. |