Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion multiarc/src/formats/zip/zip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ BOOL WINAPI _export ZIP_GetFormatName(int Type, std::string &FormatName, std::st
BOOL WINAPI _export ZIP_GetDefaultCommands(int Type, int Command, std::string &Dest)
{
if (Type == 0) {
#if ZIP_LIBARCHIVE
#if ZIP_LIBARCHIVE && !defined(__APPLE__)
// Console PKZIP 4.0/Win32 commands
static const char *Commands[] = {/*Extract */ "^libarch X %%A -@%%R {-cs=%%T} "
"{-pwd=%%P} -- %%FMq4096",
Expand Down