8330110: AIX build fails after JDK-8329704 - issue with libjli.a

Reviewed-by: mbaesken, mdoerr
This commit is contained in:
Magnus Ihse Bursie 2024-04-12 20:57:56 +00:00
parent 397d948310
commit 68f86dccce

View File

@ -118,6 +118,8 @@ define ResolveLibPath
else
ifeq ($(STATIC_LIBS), true)
$1_$2_LIBPATH := $$(SUPPORT_OUTPUTDIR)/native/$$($1_$2_MODULE)/lib$$($1_$2_NAME)/static
else ifeq ($$($1_$2_STATIC_LIBRARY), true)
$1_$2_LIBPATH := $$(SUPPORT_OUTPUTDIR)/native/$$($1_$2_MODULE)
else
$1_$2_LIBPATH := $$(SUPPORT_OUTPUTDIR)/modules_libs/$$($1_$2_MODULE)
endif