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