Skip to content

Commit 5c27800

Browse files
committed
- removed minizip target since its sources are already included and causes duplication
1 parent c1b7fd9 commit 5c27800

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Package.swift

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -218,19 +218,6 @@ let package = Package(
218218
// .define("MARKETPLACE")
219219
// ]
220220
),
221-
222-
// MARK: - minizip
223-
224-
.target(
225-
name: "minizip",
226-
path : "Dependencies/minizip",
227-
sources: [
228-
"minizip/zip.c",
229-
"minizip/unzip.c",
230-
"minizip/ioapi.c"
231-
],
232-
publicHeadersPath: ""
233-
)
234221
],
235222

236223
cLanguageStandard: CLanguageStandard.gnu11,

0 commit comments

Comments
 (0)