From c31e0ba9b9375e9d94f82e1a8b5be4648807f21c Mon Sep 17 00:00:00 2001 From: confusedguy9 <38110536+confusedguy9@users.noreply.github.com> Date: Sun, 4 Jul 2021 14:46:41 +0800 Subject: [PATCH] Enable 7z support for Switch --- Makefile.libnx | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libnx b/Makefile.libnx index f75703b060..efe1f309ef 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -32,6 +32,7 @@ HAVE_RTGA = 1 HAVE_RPNG = 1 HAVE_RJPEG = 1 HAVE_RBMP = 1 +HAVE_7ZIP = 1 HAVE_ZLIB = 1 HAVE_BUILTINZLIB = 1 HAVE_LIBRETRODB = 1