8277429: Conflicting jpackage static library name
Reviewed-by: almatvee, herrick, erikj
This commit is contained in:
parent
33e2a518eb
commit
e3911a8532
@ -92,9 +92,9 @@ ifeq ($(call isTargetOs, linux), true)
|
||||
JPACKAGE_LIBAPPLAUNCHER_INCLUDES := $(addprefix -I, $(JPACKAGE_LIBAPPLAUNCHER_SRC))
|
||||
|
||||
$(eval $(call SetupJdkLibrary, BUILD_JPACKAGE_LIBAPPLAUNCHER, \
|
||||
NAME := jpackageapplauncher, \
|
||||
NAME := jpackageapplauncheraux, \
|
||||
OUTPUT_DIR := $(JPACKAGE_OUTPUT_DIR), \
|
||||
SYMBOLS_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libjpackageapplauncher, \
|
||||
SYMBOLS_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libjpackageapplauncheraux, \
|
||||
SRC := $(JPACKAGE_LIBAPPLAUNCHER_SRC), \
|
||||
EXCLUDE_FILES := LinuxLauncher.c LinuxPackage.c, \
|
||||
TOOLCHAIN := TOOLCHAIN_LINK_CXX, \
|
||||
|
@ -101,7 +101,7 @@ public class LinuxAppImageBuilder extends AbstractAppImageBuilder {
|
||||
private void createLauncherLib() throws IOException {
|
||||
Path path = appLayout.pathGroup().getPath(
|
||||
ApplicationLayout.PathRole.LINUX_APPLAUNCHER_LIB);
|
||||
try (InputStream resource = getResourceAsStream("libjpackageapplauncher.so")) {
|
||||
try (InputStream resource = getResourceAsStream("libjpackageapplauncheraux.so")) {
|
||||
writeEntry(resource, path);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user