From c680a72a1832cd8a1450be1ff2d3720c7ab428c9 Mon Sep 17 00:00:00 2001 From: Uukrull Date: Wed, 25 Jun 2025 12:28:31 +0200 Subject: [PATCH] webOS: Enable ZStandard --- Makefile.webos | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.webos b/Makefile.webos index 38bab3cb0f..b607543d56 100644 --- a/Makefile.webos +++ b/Makefile.webos @@ -119,6 +119,7 @@ HAVE_MATERIALUI = 0 HAVE_XMB = 1 HAVE_OZONE = 1 HAVE_ZLIB = 1 +HAVE_ZSTD = 1 HAVE_CONFIGFILE = 1 HAVE_PATCH = 1 HAVE_CHEATS = 1