mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Haiku: fix build of libbacktrace
This commit is contained in:
parent
3874676dc6
commit
990b3c8d9d
@ -126,7 +126,8 @@ fn build_libbacktrace(target: &str) -> Result<(), ()> {
|
|||||||
if !target.contains("apple-ios") &&
|
if !target.contains("apple-ios") &&
|
||||||
!target.contains("solaris") &&
|
!target.contains("solaris") &&
|
||||||
!target.contains("redox") &&
|
!target.contains("redox") &&
|
||||||
!target.contains("android") {
|
!target.contains("android") &&
|
||||||
|
!target.contains("haiku") {
|
||||||
build.define("HAVE_DL_ITERATE_PHDR", "1");
|
build.define("HAVE_DL_ITERATE_PHDR", "1");
|
||||||
}
|
}
|
||||||
build.define("_GNU_SOURCE", "1");
|
build.define("_GNU_SOURCE", "1");
|
||||||
|
Loading…
Reference in New Issue
Block a user