Skip to content

Commit 4f3ca2b

Browse files
committed
fix missing bz2 linker option
1 parent 79c382e commit 4f3ca2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ let package = Package(
2828
],
2929
linkerSettings: [
3030
.linkedLibrary("z"),
31+
.linkedLibrary("bz2"),
3132
.linkedLibrary("sqlite3"),
3233
]
3334
),

0 commit comments

Comments
 (0)