Skip to content

Commit

Permalink
build: No longer need to hack the PATH variable in config.site
Browse files Browse the repository at this point in the history
Now all of the tools have well-defined absolute paths to them.
  • Loading branch information
hebasto committed Apr 21, 2022
1 parent f3af4f7 commit efa3a80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion depends/config.site.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efa3a80

Please sign in to comment.