< prev index next >

make/lib/LibCommon.gmk

Print this page

        

*** 66,79 **** # Put the libraries here. INSTALL_LIBRARIES_HERE := $(call FindLibDirForModule, $(MODULE)) ################################################################################ - - # Define it here since there are multiple uses. - ifeq ($(USE_EXTERNAL_LIBZ), true) - LIBZ := -lz - else - ZLIB_CPPFLAGS := -I$(TOPDIR)/src/java.base/share/native/libzip/zlib - endif - - ############################################################################### --- 66,70 ----
< prev index next >