Skip to content

Commit

Permalink
Maybe fix lld
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Nov 8, 2024
1 parent bbe6c3b commit 73a459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ install_llvm() {
install_packages \
"llvm$(llvm_version)-dev" \
"clang$(llvm_version)-dev" \
"lld$(llvm_version)-dev"
"lld$(llvm_version)"
;;
esac
}
Expand Down

0 comments on commit 73a459e

Please sign in to comment.