package/win32: remove the contrib target tools from the PATH

The cross-compiled binaries are likely not going to be usable on the host and
should not be added to the PATH. They should never be used to be consistent
between native and cross-compiled builds.

It was added in the original build script: 5648ecad1a.
This commit is contained in:
Steve Lhomme 2024-04-17 08:52:40 +02:00 committed by Jean-Baptiste Kempf
parent e3d31efa46
commit 7111e603eb
1 changed files with 0 additions and 2 deletions

View File

@ -249,8 +249,6 @@ case $LICENSE in
;;
esac
export PATH="$PWD/contrib/$CONTRIB_PREFIX/bin":"$PATH"
if [ "$INTERACTIVE" = "yes" ]; then
if [ "x$SHELL" != "x" ]; then
exec $SHELL