Skip to content

Commit 5c32e29

Browse files
authored
configs: Add current Haiku openssl configs (alexcrichton#128)
1 parent 5c0debd commit 5c32e29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ impl Build {
258258
"i686-pc-windows-gnu" => "mingw",
259259
"i686-pc-windows-msvc" => "VC-WIN32",
260260
"i686-unknown-freebsd" => "BSD-x86-elf",
261+
"i686-unknown-haiku" => "haiku-x86",
261262
"i686-unknown-linux-gnu" => "linux-elf",
262263
"i686-unknown-linux-musl" => "linux-elf",
263264
"i686-uwp-windows-msvc" => "VC-WIN32-UWP",
@@ -290,6 +291,7 @@ impl Build {
290291
"x86_64-pc-windows-msvc" => "VC-WIN64A",
291292
"x86_64-unknown-freebsd" => "BSD-x86_64",
292293
"x86_64-unknown-dragonfly" => "BSD-x86_64",
294+
"x86_64-unknown-haiku" => "haiku-x86_64",
293295
"x86_64-unknown-illumos" => "solaris64-x86_64-gcc",
294296
"x86_64-unknown-linux-gnu" => "linux-x86_64",
295297
"x86_64-unknown-linux-musl" => "linux-x86_64",

0 commit comments

Comments
 (0)