diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-01 01:23:55 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-01 01:23:55 -0400 |
commit | 3ffccce8e696b85cf105313efff7334b5c4be20e (patch) | |
tree | 47448ddf7456642ac0d280721c36e32b143523b4 /include/rpath.h | |
parent | 0ab16882195aa593eace74a7a54117df364b12e7 (diff) | |
download | spmc-3ffccce8e696b85cf105313efff7334b5c4be20e.tar.gz |
Add install_name_tool and Darwin specific branches
Diffstat (limited to 'include/rpath.h')
-rw-r--r-- | include/rpath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpath.h b/include/rpath.h index 46bdbec..2a33bea 100644 --- a/include/rpath.h +++ b/include/rpath.h @@ -5,6 +5,7 @@ #define SPM_RPATH_H Process *patchelf(const char *_filename, const char *_args); +Process *install_name_tool(const char *_filename, const char *_args); FSTree *rpath_libraries_available(const char *root); char *rpath_autodetect(const char *filename, FSTree *tree); int has_rpath(const char *_filename); |