File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ impl Build {
258
258
"i686-pc-windows-gnu" => "mingw" ,
259
259
"i686-pc-windows-msvc" => "VC-WIN32" ,
260
260
"i686-unknown-freebsd" => "BSD-x86-elf" ,
261
+ "i686-unknown-haiku" => "haiku-x86" ,
261
262
"i686-unknown-linux-gnu" => "linux-elf" ,
262
263
"i686-unknown-linux-musl" => "linux-elf" ,
263
264
"i686-uwp-windows-msvc" => "VC-WIN32-UWP" ,
@@ -290,6 +291,7 @@ impl Build {
290
291
"x86_64-pc-windows-msvc" => "VC-WIN64A" ,
291
292
"x86_64-unknown-freebsd" => "BSD-x86_64" ,
292
293
"x86_64-unknown-dragonfly" => "BSD-x86_64" ,
294
+ "x86_64-unknown-haiku" => "haiku-x86_64" ,
293
295
"x86_64-unknown-illumos" => "solaris64-x86_64-gcc" ,
294
296
"x86_64-unknown-linux-gnu" => "linux-x86_64" ,
295
297
"x86_64-unknown-linux-musl" => "linux-x86_64" ,
You can’t perform that action at this time.
0 commit comments