Skip to content

Commit

Permalink
remove a redundant statement in setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexxar-Jack-Remar committed Oct 5, 2024
1 parent 4f17c76 commit 941bf14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function set_llvm {

if set_llvm; then
export LLVM_DIR
export PATH="$LLVM_DIR/bin:$PATH"
echo "LLVM_DIR=$LLVM_DIR"
else
echo "- LLVM_DIR not set, probably system-wide installation"
Expand Down

0 comments on commit 941bf14

Please sign in to comment.