Skip to content

Commit 4f4e459

Browse files
committed
Link to z-lib
1 parent 6b391b4 commit 4f4e459

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ let targets: [Target] = [
6969
// C-module for z-lib shims
7070
.target(
7171
name: "CGRPCZlib",
72-
dependencies: []
72+
dependencies: [],
73+
linkerSettings: [
74+
.linkedLibrary("z")
75+
]
7376
),
7477

7578
// Core module containing shared compionents for the NIOPosix and NIOTS variants.

0 commit comments

Comments
 (0)