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
This commit is contained in:
Steve Lhomme 2024-04-15 08:03:35 +02:00
parent c1b91b1e39
commit 58c60d1397
1 changed files with 1 additions and 0 deletions

View File

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