aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-04-15 11:28:44 +0100
committerfanquake <fanquake@gmail.com>2024-04-17 11:40:25 +0100
commit3bee51427a05075150721f0a05ead8f92e1ba019 (patch)
tree10f7318c59c473ce7af1760279a98ac096c48f31 /configure.ac
parent78b6b5c485191b85ae201df9d5ef0bcdaaa9c190 (diff)
downloadbitcoin-3bee51427a05075150721f0a05ead8f92e1ba019.tar.xz
build: don't use install_name_tool for macOS deploy when cross-compiling
This is only needed when compiling on macOS. This means we can also better scope the usage of `-headerpad_max_install_names`.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index febb352cdb..17e1fb938c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -759,7 +759,6 @@ case $host in
;;
*)
AC_PATH_TOOL([DSYMUTIL], [dsymutil], [dsymutil])
- AC_PATH_TOOL([INSTALL_NAME_TOOL], [install_name_tool], [install_name_tool])
AC_PATH_TOOL([OTOOL], [otool], [otool])
AC_PATH_PROG([ZIP], [zip], [zip])