Skip to content

Commit

Permalink
fix missing bz2 linker option
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Apr 23, 2023
1 parent 79c382e commit 4f3ca2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ let package = Package(
],
linkerSettings: [
.linkedLibrary("z"),
.linkedLibrary("bz2"),
.linkedLibrary("sqlite3"),
]
),
Expand Down

0 comments on commit 4f3ca2b

Please sign in to comment.