We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9bf2c commit 3e0a44eCopy full SHA for 3e0a44e
src/lib.rs
@@ -53,6 +53,7 @@ impl Build {
53
let host = &self.host.as_ref().expect("HOST dir not set")[..];
54
if host.contains("dragonfly")
55
|| host.contains("freebsd")
56
+ || host.contains("openbsd")
57
|| host.contains("solaris")
58
|| host.contains("illumos")
59
{
@@ -210,6 +211,7 @@ impl Build {
210
211
"x86_64-unknown-illumos" => "solaris64-x86_64-gcc",
212
"x86_64-unknown-linux-gnu" => "linux-x86_64",
213
"x86_64-unknown-linux-musl" => "linux-x86_64",
214
+ "x86_64-unknown-openbsd" => "BSD-x86_64",
215
"x86_64-unknown-netbsd" => "BSD-x86_64",
216
"x86_64-sun-solaris" => "solaris64-x86_64-gcc",
217
"wasm32-unknown-emscripten" => "gcc",
0 commit comments