Skip to content

Commit 3ee0f41

Browse files
authored
Merge pull request ibmruntimes#921 from keithc-ca/libz
Restore use of LIBZ_LIBS when linking launchers
2 parents 8f230d1 + bf17a47 commit 3ee0f41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/common/modules/LauncherCommon.gmk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# questions.
2424
#
2525
# ===========================================================================
26-
# (c) Copyright IBM Corp. 2019, 2021 All Rights Reserved
26+
# (c) Copyright IBM Corp. 2019, 2025 All Rights Reserved
2727
# ===========================================================================
2828

2929
include CopyFiles.gmk
@@ -181,6 +181,7 @@ define SetupBuildLauncherBody
181181
JDK_LIBS := $$($1_JDK_LIBS), \
182182
JDK_LIBS_windows := $$($1_JDK_LIBS_windows), \
183183
LIBS := $$($1_LIBS), \
184+
LIBS_unix := $(LIBZ_LIBS), \
184185
LINK_TYPE := $$($1_LINK_TYPE), \
185186
OUTPUT_DIR := $$($1_OUTPUT_DIR), \
186187
OBJECT_DIR := $$($1_OBJECT_DIR), \

0 commit comments

Comments
 (0)