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