diff --git a/misc/make-deps.sh b/misc/make-deps.sh index 293cfcee..aefac144 100755 --- a/misc/make-deps.sh +++ b/misc/make-deps.sh @@ -63,7 +63,7 @@ if [ $travis -eq 0 ]; then $sudo_command $APT install -y golang-go.tools || true fi if [ ! -z "$PACMAN" ]; then - $sudo_command $PACMAN -S --noconfirm --asdeps --needed go + $sudo_command $PACMAN -S --noconfirm --asdeps --needed go gcc pkg-config fi fi