sic-git: LIBS

This commit is contained in:
Ypnose 2013-08-28 20:46:59 +02:00
parent ac629444a0
commit 63a990c21c

View file

@ -15,7 +15,7 @@ do_fetch() {
do_build() {
sed -i 's/^CC = cc/#CC = cc/g' config.mk
make CC=$CC INCS="-I." LIBS="-lc" ${makejobs}
make CC=$CC INCS="-I." LIBS= ${makejobs}
}
do_install() {