mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-20 04:34:41 +08:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#! /bin/sh -e
|
|
|
|
# print rpath on library with stripped dynamic section
|
|
../src/patchelf --print-rpath libbig-dynstr.debug
|