mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
build_common: fix missing ldd on Haiku
This commit is contained in:
parent
2fd3048cbf
commit
0c2b05b735
@ -248,6 +248,9 @@ print_so_deps() {
|
||||
Darwin-*)
|
||||
run_after_echo otool -L "${1:?}"
|
||||
;;
|
||||
Haiku-*)
|
||||
run_after_echo objdump -p "${1:?}"
|
||||
;;
|
||||
*)
|
||||
run_after_echo ldd "${1:?}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user