Skip to content
Snippets Groups Projects
Commit 6321d888 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing pacman dependencies

parent d47d6a71
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ if [ x"$1" = x"osx" ]; then
elif [ x"$1" = x"linux" ]; then
if [ x"$pcman" == x"pacman" ]; then
commands[0]="su -c \"$pcman -Sy gcc\""
commands[1]="sudo $pcman -Sy gcc"
commands[0]="su -c \"$pcman -Sy gcc sudo make\""
commands[1]="sudo $pcman -Sy gcc make"
possible_solutions "${commands[@]}"
compiler_gcc="gcc"
compiler_gpp="g++"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment