Fix the Swift PM build issue

This commit is contained in:
DreamPiggy 2019-07-23 15:02:40 +08:00
parent 841662d36a
commit b7b3d3d0c2
1 changed files with 1 additions and 2 deletions

View File

@ -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")