We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf7e70 commit d21a87cCopy full SHA for d21a87c
Package.swift
@@ -16,6 +16,7 @@ let package = Package(
16
// Targets can depend on other targets in this package, and on products in packages this package depends on.
17
.target(name: "Soundpipe",
18
dependencies: ["KissFFT"],
19
+ exclude: ["lib/inih/LICENSE.txt"],
20
cSettings: [
21
.headerSearchPath("lib/inih"),
22
.headerSearchPath("Sources/soundpipe/lib/inih"),
0 commit comments