Skip to content

Commit baa6957

Browse files
committedDec 4, 2024
8345507: Fix build of static launcher
Reviewed-by: erikj
1 parent 79eb77b commit baa6957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/ModuleWrapper.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ifeq ($(MAKEFILE_PREFIX), Lib)
5151
# which static library files to include. The variable $(MODULE)_INCLUDED_LIBS is
5252
# added to for each call to SetupJdkLibrary. The file module-included-libs.txt is then
5353
# read in StaticLibs.gmk.
54-
ifneq ($($(MODULE)_JDK_LIBS), )
54+
ifneq ($($(MODULE)_INCLUDED_LIBS), )
5555
LIBLIST := $(SUPPORT_OUTPUTDIR)/modules_static-libs/$(MODULE)/module-included-libs.txt
5656

5757
$(LIBLIST): $(TARGETS)

0 commit comments

Comments
 (0)
Please sign in to comment.