Enable 7zip on emscripten (#13533)

This makes it more in-line with other static platforms
This commit is contained in:
Vladimir Serbinenko 2022-02-01 13:53:03 +01:00 committed by GitHub
parent b45a192416
commit 80cf91417c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ HAVE_CONFIGFILE = 1
HAVE_CHEATS = 1
HAVE_IBXM = 1
HAVE_CORE_INFO_CACHE = 1
HAVE_7ZIP = 1
ASYNC ?= 0
ifeq ($(LIBRETRO), mupen64plus)