Add bz2 library

This commit is contained in:
Jaehong Kang 2020-01-22 18:06:29 +09:00
parent 14aefe9c2c
commit 78fb6a81d6
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ let package = Package(
sources: bzip2Sources,
cSettings: [
.define("HAVE_BZIP2")
],
linkerSettings: [
.linkedLibrary("bz2")
]),
]
)