Skip to content

Commit bde7e73

Browse files
author
duke
committed
Backport a9f3d3a290060f98967feaad2fa03ef077a64534
1 parent 5f2a45c commit bde7e73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/modules/java.desktop/lib/ClientLibraries.gmk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ ifeq ($(ENABLE_HEADLESS_ONLY), false)
177177
endif
178178

179179
LIBSPLASHSCREEN_CFLAGS += -DSPLASHSCREEN -DPNG_NO_MMX_CODE \
180-
-DPNG_ARM_NEON_OPT=0 -DPNG_ARM_NEON_IMPLEMENTATION=0
180+
-DPNG_ARM_NEON_OPT=0 -DPNG_ARM_NEON_IMPLEMENTATION=0 \
181+
-DPNG_LOONGARCH_LSX_OPT=0
181182

182183
ifeq ($(call isTargetOs, linux)+$(call isTargetCpuArch, ppc), true+true)
183184
LIBSPLASHSCREEN_CFLAGS += -DPNG_POWERPC_VSX_OPT=0

0 commit comments

Comments
 (0)