jdk/make/lib/LibCommon.gmk
changeset 43806 36e9a4583949
parent 35781 88c56fe09cb8
equal deleted inserted replaced
43805:9051877afb06 43806:36e9a4583949
    71 
    71 
    72 # Define it here since there are multiple uses.
    72 # Define it here since there are multiple uses.
    73 ifeq ($(USE_EXTERNAL_LIBZ), true)
    73 ifeq ($(USE_EXTERNAL_LIBZ), true)
    74   LIBZ := -lz
    74   LIBZ := -lz
    75 else
    75 else
    76   ZLIB_CPPFLAGS := -I$(JDK_TOPDIR)/src/java.base/share/native/libzip/zlib-1.2.8
    76   ZLIB_CPPFLAGS := -I$(JDK_TOPDIR)/src/java.base/share/native/libzip/zlib
    77 endif
    77 endif
    78 
    78 
    79 ###############################################################################
    79 ###############################################################################