[vlc-commits] [Git][videolan/vlc][master] extras: wasm: show the list of contrib packages before building
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Tue Apr 16 08:06:01 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
58c60d13 by Steve Lhomme at 2024-04-16T06:43:29+00:00
extras: wasm: show the list of contrib packages before building
This is done in the other contribs. It helps figuring out what is built in one
place and also what is pulled as a dependency.
The last remaining build script not to do it is Android but there's a
pending patch: https://code.videolan.org/videolan/libvlcjni/-/merge_requests/88
- - - - -
1 changed file:
- extras/package/wasm-emscripten/build.sh
Changes:
=====================================
extras/package/wasm-emscripten/build.sh
=====================================
@@ -155,6 +155,7 @@ if [ "$VLC_USE_PREBUILT_CONTRIBS" -ne "0" ]; then
 else
     PREBUILT_FAILED=yes
 fi
+emmake make list
 if [ -n "$PREBUILT_FAILED" ]; then
     emmake make
     if [ "$GENERATE_ARCHIVE" -eq "1" ]; then
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/58c60d13978b5048d82aee68e6a848821bdcaf94
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/58c60d13978b5048d82aee68e6a848821bdcaf94
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