add zlib to tail_build
Change-Id: If891480564760044ad0af792f8c21a8ca1a06580
This commit is contained in:
parent
0897b55183
commit
01c7923d72
2 changed files with 2 additions and 1 deletions
|
@ -203,6 +203,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_build,\
|
|||
xmlscript \
|
||||
xmlsecurity \
|
||||
$(call gb_Helper_optional,XSLTML,xsltml) \
|
||||
$(call gb_Helper_optional,ZLIB,zlib) \
|
||||
))
|
||||
|
||||
ifeq ($(MERGELIBS),TRUE)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
tb tail_build : EXPAT:expat FONTCONFIG:fontconfig ICU:icu LIBPNG:libpng LIBXML2:libxml2 LIBXSLT:libxslt MOZ:moz NSS:nss OPENSSL:openssl PYTHON:python3 REDLAND:redland XPDF:xpdf ZLIB:zlib external solenv soltools NULL
|
||||
tb tail_build : EXPAT:expat FONTCONFIG:fontconfig ICU:icu LIBPNG:libpng LIBXML2:libxml2 LIBXSLT:libxslt MOZ:moz NSS:nss OPENSSL:openssl PYTHON:python3 REDLAND:redland XPDF:xpdf external solenv soltools NULL
|
||||
tb tail_build\prj nmake - all tb_prj NULL
|
||||
|
|
Loading…
Reference in a new issue