compile library remove -lm

pull/48/head^2
yuqing 2015-08-07 09:56:25 +08:00
parent 52331c9b3b
commit 7eed149511
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ else
CFLAGS="$CFLAGS -O3"
fi
LIBS='-lm'
LIBS=''
if [ $OS_BITS -eq 64 ]; then
LIBS="$LIBS -L/usr/lib64"
else