Skip to content

Commit

Permalink
Use of unsafeFlags causes failures in packages that use this.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Dec 3, 2023
1 parent 5072785 commit 6298acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ let package = Package(
exclude: ["Pirkle/README.md", "Pirkle/readme.txt"],
linkerSettings: [
.linkedFramework("AVFoundation"),
.unsafeFlags(["-Xlinker", "-no_warn_duplicate_libraries"])
// .unsafeFlags(["-Xlinker", "-no_warn_duplicate_libraries"])
]
)
],
Expand Down

0 comments on commit 6298acc

Please sign in to comment.