Skip to content

Commit

Permalink
Rollup merge of rust-lang#45619 - mneumann:fix-bootstrap-dragonfly, r…
Browse files Browse the repository at this point in the history
…=alexcrichton

Support Dragonfly when building Openssl
  • Loading branch information
kennytm authored Nov 1, 2017
2 parents e01dcf4 + aa4726c commit 18fa54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ impl Step for Openssl {
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
"x86_64-linux-android" => "linux-x86_64",
"x86_64-unknown-freebsd" => "BSD-x86_64",
"x86_64-unknown-dragonfly" => "BSD-x86_64",
"x86_64-unknown-linux-gnu" => "linux-x86_64",
"x86_64-unknown-linux-musl" => "linux-x86_64",
"x86_64-unknown-netbsd" => "BSD-x86_64",
Expand Down

0 comments on commit 18fa54f

Please sign in to comment.