diff options
| author | kennytm <kennytm@gmail.com> | 2017-11-01 13:32:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-01 13:32:11 +0800 |
| commit | 18fa54f835c202c4ee58a12425ba080ddb0a5447 (patch) | |
| tree | 963f13aac1a565128bd31e1decc77d05a40cd8a5 /src/bootstrap | |
| parent | e01dcf4b75a2742956515b0d254e540f1ae40b9b (diff) | |
| parent | aa4726cd37b0cf2a7f968274ad019df7a6a64b4c (diff) | |
| download | rust-18fa54f835c202c4ee58a12425ba080ddb0a5447.tar.gz rust-18fa54f835c202c4ee58a12425ba080ddb0a5447.zip | |
Rollup merge of #45619 - mneumann:fix-bootstrap-dragonfly, r=alexcrichton
Support Dragonfly when building Openssl
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/native.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index fb15f767f9e..19409ef779e 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -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", |
