Skip to content

Commit

Permalink
try add headers as files
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Jan 16, 2022
1 parent 98ad263 commit a9f17f8
Show file tree
Hide file tree
Showing 3 changed files with 1,447 additions and 6 deletions.
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ let package = Package(
],
publicHeadersPath: "AVIF",
cSettings: [
.headerSearchPath("libavif"),
.headerSearchPath("libavif/include/"),
],
cxxSettings: [
.headerSearchPath("libavif"),
.headerSearchPath("libavif/include/"),
.headerSearchPath("AVIF/include/"),
]
),
]
Expand Down
Loading

0 comments on commit a9f17f8

Please sign in to comment.