fix zlib includes
This commit is contained in:
parent
c312449422
commit
2fc4023e0b
3 changed files with 7 additions and 10 deletions
3
Makefile
3
Makefile
|
@ -879,6 +879,9 @@ endif
|
|||
|
||||
ifeq ($(USE_INTERNAL_ZLIB),1)
|
||||
BASE_CFLAGS += -DNO_GZIP
|
||||
ifneq ($(USE_LOCAL_HEADERS),1)
|
||||
BASE_CFLAGS += -I$(ZDIR)
|
||||
endif
|
||||
else
|
||||
LIBS += -lz
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue