update HLLib version in Makefile

This commit is contained in:
Ondřej Hošek 2012-12-11 03:12:30 +01:00
parent c510087d99
commit 79e956bee0
1 changed files with 1 additions and 1 deletions

View File

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