Skip to content

Commit

Permalink
Add iOS include path to Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Dec 6, 2024
1 parent 0ca8f80 commit 0184df3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ let package = Package(
.target(
name: "video_player_avfoundation_ios",
cSettings: [
.headerSearchPath("../video_player_avfoundation/include/video_player_avfoundation")
.headerSearchPath("../video_player_avfoundation/include/video_player_avfoundation"),
.headerSearchPath("./include")
]
),
.target(
Expand Down

0 comments on commit 0184df3

Please sign in to comment.