makepkg: force use of gcc

master
an 2019-06-28 20:55:29 -04:00
parent d53cceb24f
commit d451cbd26f
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ PACKAGER="Alison Watson <marrub@greyserv.net>"
PKGDEST="$HOME/bin/packages"
PKGEXT='.pkg.tar'
SRCDEST="$HOME/bin/sources"
CC=gcc
CXX=g++