mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-05 09:39:32 +00:00
(iOS) Add HAVE_7ZIP support
This commit is contained in:
parent
600e0524b0
commit
4d5e27e565
@ -555,6 +555,9 @@
|
||||
"-DRARCH_INTERNAL",
|
||||
"-DHAVE_THREADS",
|
||||
"-DHAVE_FILTERS_BUILTIN",
|
||||
"-D_7ZIP_ST",
|
||||
"-DHAVE_COMPRESSION",
|
||||
"-DHAVE_7ZIP",
|
||||
);
|
||||
"OTHER_CFLAGS[arch=*]" = (
|
||||
"-DNS_BLOCK_ASSERTIONS=1",
|
||||
@ -584,6 +587,9 @@
|
||||
"-DRARCH_INTERNAL",
|
||||
"-DHAVE_THREADS",
|
||||
"-DHAVE_FILTERS_BUILTIN",
|
||||
"-D_7ZIP_ST",
|
||||
"-DHAVE_COMPRESSION",
|
||||
"-DHAVE_7ZIP",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE = "";
|
||||
|
Loading…
Reference in New Issue
Block a user