Skip to content

Commit 9a87e81

Browse files
authored
Merge pull request #213 from BaoshanPang/vxworks
Don't define HAVE_DL_ITERATE_PHDR for vxWorks
2 parents 71bf8b5 + 3b1c09e commit 9a87e81

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)