pass CC to make if set

pull/5/head
Elan Ruusamäe 2013-03-25 08:57:13 +02:00
parent 481e8cc648
commit 0d23cf0cce
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ cd $PKG
sed -i -r "s:/boot/syslinux:/$LIVEKITNAME/boot:" core/fs/iso9660/iso9660.c
sed -i -r "s:/boot/syslinux:/$LIVEKITNAME/boot:" core/fs/lib/loadconfig.c
make
make \
${CC:+CC="$CC"}
cp -p core/isolinux.bin ../../bootfiles/isolinux.bin
echo