Browse Source

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.
pull/162/head
Steve Lhomme 2 years ago
committed by Jean-Baptiste Kempf
parent
commit
7111e603eb
  1. 2
      extras/package/win32/build.sh

2
extras/package/win32/build.sh

@ -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

Loading…
Cancel
Save