[vlc-commits] [Git][videolan/vlc][master] package/win32: remove the contrib target tools from the PATH

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Apr 27 06:26:34 UTC 2024



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
7111e603 by Steve Lhomme at 2024-04-27T05:55:33+00:00
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: 5648ecad1a15a75e2d71d0fa22dd9b1797b89431.

- - - - -


1 changed file:

- extras/package/win32/build.sh


Changes:

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



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7111e603eb65b0e4c1135d7260602efd5e082564

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7111e603eb65b0e4c1135d7260602efd5e082564
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list