diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-04-15 18:58:13 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-04-21 10:09:55 +0200 |
commit | efa3a807a677659b0b74cdeda944e7c8ce0157fb (patch) | |
tree | 8a32ac918b54a954ced219d98e75b863fbc071ac /depends | |
parent | f3af4f7a182f81269c193d5d1fd0effb9161f7c6 (diff) |
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.in | 1 |
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 |