Skip to content

Commit 3b1c09e

Browse files
committed
don't define HAVE_DL_ITERATE_PHDR for vxWorks
1 parent 71bf8b5 commit 3b1c09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/backtrace-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ fn main() {
6161
&& !target.contains("redox")
6262
&& !target.contains("android")
6363
&& !target.contains("haiku")
64+
&& !target.contains("vxworks")
6465
{
6566
build.define("HAVE_DL_ITERATE_PHDR", "1");
6667
}

0 commit comments

Comments
 (0)