File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ valopt local-rust-root "" "set prefix for local rust binary"
310
310
if [ ! -z " ${CFG_LOCAL_RUST_ROOT} " ]; then
311
311
export LD_LIBRARY_PATH=" ${CFG_LOCAL_RUST_ROOT} /lib:$LD_LIBRARY_PATH "
312
312
export DYLD_LIBRARY_PATH=" ${CFG_LOCAL_RUST_ROOT} /lib:$DYLD_LIBRARY_PATH "
313
+ export LIBRARY_PATH=" ${CFG_LOCAL_RUST_ROOT} /lib:$LIBRARY_PATH "
313
314
export PATH=" ${CFG_LOCAL_RUST_ROOT} /bin:$PATH "
314
315
fi
315
316
Original file line number Diff line number Diff line change @@ -459,6 +459,7 @@ pub fn process_error(msg: &str,
459
459
libc:: SIGSEGV => ", SIGSEGV: invalid memory reference" ,
460
460
libc:: SIGTERM => ", SIGTERM: termination signal" ,
461
461
libc:: SIGBUS => ", SIGBUS: access to undefined memory" ,
462
+ #[ cfg( not( target_os = "haiku" ) ) ]
462
463
libc:: SIGSYS => ", SIGSYS: bad system call" ,
463
464
libc:: SIGTRAP => ", SIGTRAP: trace/breakpoint trap" ,
464
465
_ => "" ,
You can’t perform that action at this time.
0 commit comments