gnumake4: postmerge fixes in hwp
This commit is contained in:
parent
ff2f7926a5
commit
03e6f1338c
1 changed files with 1 additions and 13 deletions
|
@ -43,19 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,hwp,\
|
|||
$(gb_STDLIBS) \
|
||||
))
|
||||
|
||||
ifeq ($(SYSTEM_ZLIB),YES)
|
||||
$(eval $(call gb_Library_set_cxxflags,hwp,\
|
||||
$$(CXXFLAGS) \
|
||||
-DSYSTEM_ZLIB \
|
||||
))
|
||||
$(eval $(call gb_Library_add_linked_libs,hwp,\
|
||||
z \
|
||||
))
|
||||
else
|
||||
$(eval $(call gb_Library_add_linked_static_libs,hwp,\
|
||||
zlib \
|
||||
))
|
||||
endif
|
||||
$(call gb_Library_use_external,hwp,zlib)
|
||||
|
||||
ifeq ($(OS),WNT)
|
||||
|
||||
|
|
Loading…
Reference in a new issue