aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-15 18:58:13 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-21 10:09:55 +0200
commitefa3a807a677659b0b74cdeda944e7c8ce0157fb (patch)
tree8a32ac918b54a954ced219d98e75b863fbc071ac /depends
parentf3af4f7a182f81269c193d5d1fd0effb9161f7c6 (diff)
downloadbitcoin-efa3a807a677659b0b74cdeda944e7c8ce0157fb.tar.xz
build: No longer need to hack the `PATH` variable in `config.site`
Now all of the tools have well-defined absolute paths to them.
Diffstat (limited to 'depends')
-rw-r--r--depends/config.site.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index b3264a223a..03dabeea0a 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -78,7 +78,6 @@ if test "@host_os@" = darwin; then
BREW=no
fi
-PATH="${depends_prefix}/native/bin:${PATH}"
PKG_CONFIG="$(which pkg-config) --static"
# These two need to remain exported because pkg-config does not see them