Rollup merge of #45619 - mneumann:fix-bootstrap-dragonfly, r=alexcrichton

Support Dragonfly when building Openssl
This commit is contained in:
kennytm 2017-11-01 13:32:11 +08:00 committed by GitHub
commit 18fa54f835

View File

@ -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",