We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f230d1 + bf17a47 commit 3ee0f41Copy full SHA for 3ee0f41
make/common/modules/LauncherCommon.gmk
@@ -23,7 +23,7 @@
23
# questions.
24
#
25
# ===========================================================================
26
-# (c) Copyright IBM Corp. 2019, 2021 All Rights Reserved
+# (c) Copyright IBM Corp. 2019, 2025 All Rights Reserved
27
28
29
include CopyFiles.gmk
@@ -181,6 +181,7 @@ define SetupBuildLauncherBody
181
JDK_LIBS := $$($1_JDK_LIBS), \
182
JDK_LIBS_windows := $$($1_JDK_LIBS_windows), \
183
LIBS := $$($1_LIBS), \
184
+ LIBS_unix := $(LIBZ_LIBS), \
185
LINK_TYPE := $$($1_LINK_TYPE), \
186
OUTPUT_DIR := $$($1_OUTPUT_DIR), \
187
OBJECT_DIR := $$($1_OBJECT_DIR), \
0 commit comments