Fix include for system lz4.
This commit is contained in:
parent
4da9d4e53a
commit
6c6b18d003
2 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,7 @@ ifeq ($(wildcard /usr/include/lz4.h),)
|
|||
OBJS+=ext/lz4/lz4.o
|
||||
else
|
||||
LDLIBS+=-llz4
|
||||
DEFS+=-DZT_USE_SYSTEM_LZ4
|
||||
endif
|
||||
ifeq ($(wildcard /usr/include/http_parser.h),)
|
||||
OBJS+=ext/http-parser/http_parser.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue