Skip to content

Commit

Permalink
Add aarch64-unknown-openbsd to lib.rs (#252)
Browse files Browse the repository at this point in the history
Required to compile on openbsd -current with a snapdragon X elite cpu
  • Loading branch information
4n3w authored Sep 12, 2024
1 parent ed9cd63 commit 0c286ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ impl Build {
// out and say it's linux and hope it works.
"aarch64-linux-android" => "linux-aarch64",
"aarch64-unknown-freebsd" => "BSD-generic64",
"aarch64-unknown-openbsd" => "BSD-generic64",
"aarch64-unknown-linux-gnu" => "linux-aarch64",
"aarch64-unknown-linux-musl" => "linux-aarch64",
"aarch64-alpine-linux-musl" => "linux-aarch64",
Expand Down

0 comments on commit 0c286ba

Please sign in to comment.