update HLLib version in Makefile

This commit is contained in:
Ondřej Hošek 2012-06-30 13:56:41 +02:00
parent 852fc7ef43
commit b85b1390ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CXX = g++
AR = ar
RANLIB = ranlib
HLLIB_VERS = 2.3.0
HLLIB_VERS = 2.4.2
LDFLAGS = -shared -Wl,-soname,libhl.so.2
CXXFLAGS = -O2 -g -fpic -funroll-loops -fvisibility=hidden
PREFIX = /usr/local