Skip to content

Commit

Permalink
trying to fix importing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Apr 27, 2022
1 parent 258f7fb commit 4ee0c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ let package = Package(
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("."),
.headerSearchPath("include")
.headerSearchPath("include"),
.define("BZIP_DECLARE_EXPORT")
],
linkerSettings: [
.linkedLibrary("bz2")
Expand Down

0 comments on commit 4ee0c1d

Please sign in to comment.