Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov authored Sep 14, 2022
1 parent 78a8a8e commit 4d3b9ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ let package = Package(
.target(name: "PexipScreenCapture"),
.target(name: "WebRTC")
],
path: "Sources/PexipRTC",
cSettings: [
.unsafeFlags(["-w"])
]
path: "Sources/PexipRTC"
),
.binaryTarget(
name: "PexipRTC",
Expand Down

0 comments on commit 4d3b9ba

Please sign in to comment.