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 bb28f60 commit c8ba73dCopy full SHA for c8ba73d
Package.swift
@@ -74,7 +74,7 @@ if let environmentPath = Context.environment["ZLIB_LIBRARY_PATH"] {
74
var libxmlLinkFlags: [LinkerSetting] = [
75
.linkedLibrary("libxml2s.lib", .when(platforms: [.windows]))
76
]
77
-if let environmentPath = Context.environment["LIBXML2_LIBRARY_PATH"] {
+if let environmentPath = Context.environment["LIBXML_LIBRARY_PATH"] {
78
libxmlLinkFlags.append(.unsafeFlags([
79
"-L\(environmentPath)"
80
]))
0 commit comments