Skip to content

Commit

Permalink
remove unused symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 12, 2023
1 parent 6e493c1 commit 86d03ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipe/install_clangxx.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

ln -s $PREFIX/bin/clang $PREFIX/bin/clang++
ln -s $PREFIX/bin/clang $PREFIX/bin/$HOST-clang++

if [[ "$variant" == "hcc" ]]; then
ln -s $PREFIX/bin/clang++ $PREFIX/bin/hcc
Expand Down

0 comments on commit 86d03ec

Please sign in to comment.