We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c382e commit 4f3ca2bCopy full SHA for 4f3ca2b
Package.swift
@@ -28,6 +28,7 @@ let package = Package(
28
],
29
linkerSettings: [
30
.linkedLibrary("z"),
31
+ .linkedLibrary("bz2"),
32
.linkedLibrary("sqlite3"),
33
]
34
),
0 commit comments