Skip to content

Commit

Permalink
Preprocess crypto out of MiniZip.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Jul 9, 2024
1 parent 081001b commit 1532e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ let package = Package(
cSettings: [
.define("HAVE_ZLIB", to: "1"),
.define("ZLIB_COMPAT", to: "1"),
.define("HAVE_WZAES", to: "1"),
.define("MZ_ZIP_NO_CRYPTO", to: "1"),
],
linkerSettings: [
Expand Down Expand Up @@ -691,6 +690,7 @@ func getConfig(for target: PkgTarget) -> TargetInfo
"mz_crypt_winxp.c",
"mz_crypt_openssl.c",
"mz_crypt_apple.c",
"mz_strm_wzaes.c",
]
#if !os(Windows)
config.exclude += [
Expand Down

0 comments on commit 1532e87

Please sign in to comment.