File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 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
5959# OUTPUT_DIR Override default output directory
6060# VERSION_INFO_RESOURCE Override default Windows resource file
6161# STATIC_LAUNCHER If true, will use settings for building a static launcher
62+ # LIBS Additional libraries to pass as LIBS argument to SetupJdkExecutable
6263SetupBuildLauncher = $(NamedParamsMacroTemplate)
6364define SetupBuildLauncherBody
6465 # Setup default values (unless overridden)
@@ -155,6 +156,7 @@ define SetupBuildLauncherBody
155156 LDFLAGS_FILTER_OUT := $$($1_LDFLAGS_FILTER_OUT), \
156157 JDK_LIBS := $$($1_JDK_LIBS), \
157158 JDK_LIBS_windows := $$($1_JDK_LIBS_windows), \
159+ LIBS := $$($1_LIBS), \
158160 LINK_TYPE := $$($1_LINK_TYPE), \
159161 OUTPUT_DIR := $$($1_OUTPUT_DIR), \
160162 OBJECT_DIR := $$($1_OBJECT_DIR), \
You can’t perform that action at this time.
0 commit comments