Skip to content

Commit

Permalink
Fix mixup in alternative names for 16.grco
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Dec 5, 2023
1 parent 22ec1b8 commit 02e52de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/llvm/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install_clang_grace() {
PATH="/opt/nvidia/clang/16.23.08/bin:$PATH"
(update-alternatives --install /usr/bin/clang clang $(which clang) 30);
(update-alternatives --install /usr/bin/clang-16 clang-16 $(which clang) 30);
(update-alternatives --install /usr/bin/clang++ clang $(which clang++) 30);
(update-alternatives --install /usr/bin/clang++ clang++ $(which clang++) 30);
(update-alternatives --install /usr/bin/clang++-16 clang++-16 $(which clang++) 30);
}

Expand Down

0 comments on commit 02e52de

Please sign in to comment.