Skip to content

Commit 990b3c8

Browse files
committed
Haiku: fix build of libbacktrace
1 parent 3874676 commit 990b3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/build.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ fn build_libbacktrace(target: &str) -> Result<(), ()> {
126126
if !target.contains("apple-ios") &&
127127
!target.contains("solaris") &&
128128
!target.contains("redox") &&
129-
!target.contains("android") {
129+
!target.contains("android") &&
130+
!target.contains("haiku") {
130131
build.define("HAVE_DL_ITERATE_PHDR", "1");
131132
}
132133
build.define("_GNU_SOURCE", "1");

0 commit comments

Comments
 (0)