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 7d475a2 commit aa4726cCopy full SHA for aa4726c
src/bootstrap/native.rs
@@ -451,6 +451,7 @@ impl Step for Openssl {
451
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
452
"x86_64-linux-android" => "linux-x86_64",
453
"x86_64-unknown-freebsd" => "BSD-x86_64",
454
+ "x86_64-unknown-dragonfly" => "BSD-x86_64",
455
"x86_64-unknown-linux-gnu" => "linux-x86_64",
456
"x86_64-unknown-linux-musl" => "linux-x86_64",
457
"x86_64-unknown-netbsd" => "BSD-x86_64",
0 commit comments