Skip to content

Commit

Permalink
Fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Nov 6, 2024
1 parent 217cfc0 commit e9d677b
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 @@ -55,7 +55,7 @@ var swiftSettings: [SwiftSetting] {
]
}

if let target = package.targets.filter({ $0.name == "CMinizip" }).first {
if let target = package.targets.filter({ $0.name == "Minizip" }).first {
#if os(Windows)
if ProcessInfo.processInfo.environment["ZIP_USE_DYNAMIC_ZLIB"] == nil {
target.cSettings?.append(contentsOf: [.define("ZLIB_STATIC")])
Expand Down

0 comments on commit e9d677b

Please sign in to comment.