From efa3a807a677659b0b74cdeda944e7c8ce0157fb Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 15 Apr 2022 18:58:13 +0200 Subject: build: No longer need to hack the `PATH` variable in `config.site` Now all of the tools have well-defined absolute paths to them. --- depends/config.site.in | 1 - 1 file changed, 1 deletion(-) (limited to 'depends') 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 -- cgit v1.2.3