update HLLib version in Makefile
This commit is contained in:
parent
5b2de7e1d8
commit
1627ba2c46
|
@ -1,7 +1,7 @@
|
|||
CXX = g++
|
||||
AR = ar
|
||||
RANLIB = ranlib
|
||||
HLLIB_VERS = 2.4.3
|
||||
HLLIB_VERS = 2.4.4
|
||||
LDFLAGS = -shared -Wl,-soname,libhl.so.2
|
||||
CXXFLAGS = -O2 -g -fpic -funroll-loops -fvisibility=hidden
|
||||
PREFIX = /usr/local
|
||||
|
|
Loading…
Reference in New Issue