From 3ffccce8e696b85cf105313efff7334b5c4be20e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 1 May 2020 01:23:55 -0400 Subject: Add install_name_tool and Darwin specific branches --- include/rpath.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rpath.h') 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); -- cgit