Fix the Swift PM build issue
This commit is contained in:
parent
841662d36a
commit
b7b3d3d0c2
|
@ -31,7 +31,7 @@ let package = Package(
|
|||
name: "SDWebImage",
|
||||
dependencies: [],
|
||||
path: "SDWebImage",
|
||||
exclude: ["Private", "MapKit"],
|
||||
exclude: ["MapKit"],
|
||||
cSettings: [
|
||||
.headerSearchPath("."),
|
||||
.headerSearchPath("Private")
|
||||
|
@ -42,7 +42,6 @@ let package = Package(
|
|||
dependencies: ["SDWebImage"],
|
||||
path: "SDWebImage",
|
||||
sources: ["MapKit"],
|
||||
publicHeadersPath: "MapKit",
|
||||
cSettings: [
|
||||
.headerSearchPath("."),
|
||||
.headerSearchPath("Private")
|
||||
|
|
Loading…
Reference in New Issue