Add bz2 library
This commit is contained in:
parent
14aefe9c2c
commit
78fb6a81d6
|
@ -73,6 +73,9 @@ let package = Package(
|
||||||
sources: bzip2Sources,
|
sources: bzip2Sources,
|
||||||
cSettings: [
|
cSettings: [
|
||||||
.define("HAVE_BZIP2")
|
.define("HAVE_BZIP2")
|
||||||
|
],
|
||||||
|
linkerSettings: [
|
||||||
|
.linkedLibrary("bz2")
|
||||||
]),
|
]),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue