WireGuardKit: Set publicHeadersPath = "." to flatten public headers structure

Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
Andrej Mihajlov
2020-12-02 13:02:36 +01:00
parent de6aa3eb58
commit fd527f73e6
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -20,11 +20,13 @@ let package = Package(
),
.target(
name: "WireGuardKitC",
dependencies: []
dependencies: [],
publicHeadersPath: "."
),
.target(
name: "WireGuardKitGo",
dependencies: [],
publicHeadersPath: ".",
linkerSettings: [.linkedLibrary("wg-go")]
)
]