Skip to content

Commit 18fa54f

Browse files
authored
Rollup merge of #45619 - mneumann:fix-bootstrap-dragonfly, r=alexcrichton
Support Dragonfly when building Openssl
2 parents e01dcf4 + aa4726c commit 18fa54f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/native.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ impl Step for Openssl {
451451
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
452452
"x86_64-linux-android" => "linux-x86_64",
453453
"x86_64-unknown-freebsd" => "BSD-x86_64",
454+
"x86_64-unknown-dragonfly" => "BSD-x86_64",
454455
"x86_64-unknown-linux-gnu" => "linux-x86_64",
455456
"x86_64-unknown-linux-musl" => "linux-x86_64",
456457
"x86_64-unknown-netbsd" => "BSD-x86_64",

0 commit comments

Comments
 (0)