[vlc-commits] [Git][videolan/vlc][master] ci: fix macOS contrib rebuild path
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Apr 18 07:18:02 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
27c39ace by William Woodruff at 2025-04-18T06:39:48+00:00
ci: fix macOS contrib rebuild path
Corrects the VLC_CONTRIB_REBUILD_PATHS variable
for macOS builds to point to the correct
extras/package subdirectory.
Signed-off-by: William Woodruff <william at trailofbits.com>
- - - - -
1 changed file:
- extras/ci/get-contrib-sha.sh
Changes:
=====================================
extras/ci/get-contrib-sha.sh
=====================================
@@ -36,7 +36,7 @@ case $1 in
VLC_CONTRIB_REBUILD_PATHS+=( "extras/package/apple" )
;;
macos*)
- VLC_CONTRIB_REBUILD_PATHS+=( "extras/package/macos" )
+ VLC_CONTRIB_REBUILD_PATHS+=( "extras/package/macosx" )
;;
raspbian*)
VLC_CONTRIB_REBUILD_PATHS+=( "extras/package/raspberry" )
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/27c39ace3733fe89bd5e0f0c7539c383e23c84c2
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/27c39ace3733fe89bd5e0f0c7539c383e23c84c2
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