Skip to content

Commit aa4726c

Browse files
committed
Support Dragonfly when building Openssl
1 parent 7d475a2 commit aa4726c

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)