Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 29, 2023
1 parent c8b3670 commit 415add8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/toolchain/shim
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

tool=$(basename $0)

# if [ $(uname) != Darwin ]; then
if [ $(uname) != Darwin ]; then
d="$(cd "$(dirname "$0")/.." && pwd)"
exec tea +llvm.org $d/symlinks/$tool "$@"
# fi
exec "$TEA_PREFIX/tea.xyz/v*/bin/tea" +llvm.org $d/symlinks/$tool "$@"
fi

case $tool in
cc|gcc|clang|c++|g++|clang++)
Expand Down

0 comments on commit 415add8

Please sign in to comment.