build: Add gcc,pkg-config deps

This commit is contained in:
Wim
2018-02-11 14:07:30 +01:00
committed by James Shubin
parent 6c9e0ff974
commit 3a50171d19

View File

@@ -63,7 +63,7 @@ if [ $travis -eq 0 ]; then
$sudo_command $APT install -y golang-go.tools || true $sudo_command $APT install -y golang-go.tools || true
fi fi
if [ ! -z "$PACMAN" ]; then 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
fi fi