File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/conf-libssl/conf-libssl.4 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ build-env: [
88 [HOMEBREW_NO_AUTO_UPDATE = "1"]
99]
1010build: [
11- ["pkgconf" {os = "win32" & os-distribution = "cygwin "}
12- "--personality=i686-w64-mingw32" {os = "win32" & os-distribution = "cygwin " & host-arch-x86_32:installed}
13- "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution = "cygwin " & host-arch-x86_64:installed}
14- "pkg-config" {os != "win32" | os-distribution ! = "cygwin "}
11+ ["pkgconf" {os = "win32" & os-distribution ! = "cygwinports "}
12+ "--personality=i686-w64-mingw32" {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_32:installed}
13+ "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution ! = "cygwinports " & host-arch-x86_64:installed}
14+ "pkg-config" {os != "win32" | os-distribution = "cygwinports "}
1515 "--print-errors" "--exists" "openssl"]
1616 {os != "freebsd" & os != "openbsd" & os != "netbsd" & # libssl is provided by base system on BSDs
1717 os-distribution != "homebrew"}
You can’t perform that action at this time.
0 commit comments