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 3874676 commit 990b3c8Copy full SHA for 990b3c8
src/libstd/build.rs
@@ -126,7 +126,8 @@ fn build_libbacktrace(target: &str) -> Result<(), ()> {
126
if !target.contains("apple-ios") &&
127
!target.contains("solaris") &&
128
!target.contains("redox") &&
129
- !target.contains("android") {
+ !target.contains("android") &&
130
+ !target.contains("haiku") {
131
build.define("HAVE_DL_ITERATE_PHDR", "1");
132
}
133
build.define("_GNU_SOURCE", "1");
0 commit comments