aboutsummaryrefslogtreecommitdiff
path: root/src/shlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shlib.c')
-rw-r--r--src/shlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shlib.c b/src/shlib.c
index db79cc3..a8222af 100644
--- a/src/shlib.c
+++ b/src/shlib.c
@@ -15,7 +15,7 @@ char *shlib_deps_objdump(const char *_filename) {
}
strchrdel(filename, SHELL_INVALID);
- snprintf(cmd, sizeof(cmd), "%s %s '%s'", "objdump", "-p", filename);
+ snprintf(cmd, sizeof(cmd), "%s %s '%s'", SPM_SHLIB_EXEC, "-p", filename);
shell(&proc, SHELL_OUTPUT, cmd);
if (proc->returncode != 0) {