mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01: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:
@@ -78,7 +78,6 @@ if test "@host_os@" = darwin; then
|
|||||||
BREW=no
|
BREW=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PATH="${depends_prefix}/native/bin:${PATH}"
|
|
||||||
PKG_CONFIG="$(which pkg-config) --static"
|
PKG_CONFIG="$(which pkg-config) --static"
|
||||||
|
|
||||||
# These two need to remain exported because pkg-config does not see them
|
# These two need to remain exported because pkg-config does not see them
|
||||||
|
|||||||
Reference in New Issue
Block a user