We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb5b7c commit 1e2226fCopy full SHA for 1e2226f
install.sh
@@ -60,7 +60,7 @@ fi
60
61
install_if_needed_apt() {
62
local pkgs=()
63
- # Prefer build-essential for gcc if either missing
+ # Prefer installing build-essential if gcc or make is missing.
64
if [[ $need_gcc -eq 1 ]]; then
65
pkgs+=(build-essential)
66
fi
0 commit comments