aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-15 18:53:08 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-21 10:08:46 +0200
commitb0a8ddabe531b5d848ad798ccbccdf8f46671223 (patch)
tree205643d7fb80f6b98a50509c21c8a881ef9a5fab /depends/Makefile
parentf87594da14dfc61a5c6163f8e91b8395a28f690e (diff)
downloadbitcoin-b0a8ddabe531b5d848ad798ccbccdf8f46671223.tar.xz
build: Pass missed darwin-specific tools via `config.site`
Diffstat (limited to 'depends/Makefile')
-rw-r--r--depends/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile
index b901533786..d7e4f31109 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -222,6 +222,8 @@ $(host_prefix)/share/config.site : config.site.in $(host_prefix)/.stamp_$(final_
-e 's|@RANLIB@|$(host_RANLIB)|' \
-e 's|@NM@|$(host_NM)|' \
-e 's|@STRIP@|$(host_STRIP)|' \
+ -e 's|@OTOOL@|$(host_OTOOL)|' \
+ -e 's|@INSTALL_NAME_TOOL@|$(host_INSTALL_NAME_TOOL)|' \
-e 's|@build_os@|$(build_os)|' \
-e 's|@host_os@|$(host_os)|' \
-e 's|@CFLAGS@|$(strip $(host_CFLAGS) $(host_$(release_type)_CFLAGS))|' \