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 e33eaac commit d3dfe7aCopy full SHA for d3dfe7a
src/symbolize/gimli.rs
@@ -223,6 +223,7 @@ cfg_if::cfg_if! {
223
target_os = "linux",
224
target_os = "fuchsia",
225
target_os = "freebsd",
226
+ target_os = "haiku",
227
target_os = "hurd",
228
target_os = "openbsd",
229
target_os = "netbsd",
@@ -238,9 +239,6 @@ cfg_if::cfg_if! {
238
239
} else if #[cfg(target_env = "libnx")] {
240
mod libs_libnx;
241
use libs_libnx::native_libraries;
- } else if #[cfg(target_os = "haiku")] {
242
- mod libs_haiku;
243
- use libs_haiku::native_libraries;
244
} else if #[cfg(target_os = "aix")] {
245
mod libs_aix;
246
use libs_aix::native_libraries;
src/symbolize/gimli/libs_haiku.rs
0 commit comments