1
mirror of https://github.com/bitcoin/bitcoin synced 2024-07-21 23:34:19 +02:00

build: No longer need to hack the PATH variable in config.site

Now all of the tools have well-defined absolute paths to them.
This commit is contained in:
Hennadii Stepanov 2022-04-15 18:58:13 +02:00
parent f3af4f7a18
commit efa3a807a6
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -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