File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ JAVA_MANIFEST := $(TOPDIR)/src/java.base/windows/native/launcher/java.manifest
59
59
# OUTPUT_DIR Override default output directory
60
60
# VERSION_INFO_RESOURCE Override default Windows resource file
61
61
# STATIC_LAUNCHER If true, will use settings for building a static launcher
62
+ # LIBS Additional libraries to pass as LIBS argument to SetupJdkExecutable
62
63
SetupBuildLauncher = $(NamedParamsMacroTemplate)
63
64
define SetupBuildLauncherBody
64
65
# Setup default values (unless overridden)
@@ -155,6 +156,7 @@ define SetupBuildLauncherBody
155
156
LDFLAGS_FILTER_OUT := $$($1_LDFLAGS_FILTER_OUT), \
156
157
JDK_LIBS := $$($1_JDK_LIBS), \
157
158
JDK_LIBS_windows := $$($1_JDK_LIBS_windows), \
159
+ LIBS := $$($1_LIBS), \
158
160
LINK_TYPE := $$($1_LINK_TYPE), \
159
161
OUTPUT_DIR := $$($1_OUTPUT_DIR), \
160
162
OBJECT_DIR := $$($1_OBJECT_DIR), \
You can’t perform that action at this time.
0 commit comments