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 47c43c8 commit f53a305Copy full SHA for f53a305
Package.swift
@@ -142,7 +142,8 @@ let package = Package(
142
"Clibxml2",
143
],
144
path: "Sources/_CFXMLInterface",
145
- cSettings: interfaceBuildSettings
+ cSettings: interfaceBuildSettings,
146
+ linkerSettings: [.linkedLibrary("xml2", .when(platforms: [.macOS]))]
147
),
148
.target(
149
name: "_CFURLSessionInterface",
@@ -151,7 +152,8 @@ let package = Package(
151
152
"Clibcurl",
153
154
path: "Sources/_CFURLSessionInterface",
155
156
+ linkerSettings: [.linkedLibrary("curl", .when(platforms: [.macOS]))]
157
158
.systemLibrary(
159
name: "Clibxml2",
0 commit comments