We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85b541 commit d320a23Copy full SHA for d320a23
1 file changed
Package.swift
@@ -78,10 +78,10 @@ let package = Package(
78
79
// HTTP
80
.define("GIT_HTTPS"),
81
- .define("GIT_HTTPS_SECURETRANSPORT"),
+ .define("GIT_HTTPS_SECURETRANSPORT"),
82
.define("GIT_HTTPPARSER_BUILTIN"),
83
.define("GIT_SECURE_TRANSPORT"),
84
- .define("USE_HTTPS", to: "SecureTransport"),
+ .define("USE_HTTPS", to: "SecureTransport"),
85
86
// PCRE
87
.define("GIT_REGEX_BUILTIN"),
0 commit comments