Skip to content

Commit 0c286ba

Browse files
authored
Add aarch64-unknown-openbsd to lib.rs (#252)
Required to compile on openbsd -current with a snapdragon X elite cpu
1 parent ed9cd63 commit 0c286ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ impl Build {
283283
// out and say it's linux and hope it works.
284284
"aarch64-linux-android" => "linux-aarch64",
285285
"aarch64-unknown-freebsd" => "BSD-generic64",
286+
"aarch64-unknown-openbsd" => "BSD-generic64",
286287
"aarch64-unknown-linux-gnu" => "linux-aarch64",
287288
"aarch64-unknown-linux-musl" => "linux-aarch64",
288289
"aarch64-alpine-linux-musl" => "linux-aarch64",

0 commit comments

Comments
 (0)