win32: build.sh: show the list of packages after the prebuilt is done

So we know the tools that need to be built from there.
This commit is contained in:
Steve Lhomme 2024-04-03 09:59:09 +02:00
parent e830c2dee9
commit 41bbcde5ec
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,6 @@ export CXXFLAGS
${VLC_ROOT_PATH}/contrib/bootstrap --host=$TRIPLET --prefix=../$CONTRIB_PREFIX $CONTRIBFLAGS
# Rebuild the contribs or use the prebuilt ones
make list
if [ "$PREBUILT" = "yes" ]; then
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL" || PREBUILT_FAILED=yes
@ -370,6 +369,7 @@ if [ "$PREBUILT" = "yes" ]; then
else
PREBUILT_FAILED=yes
fi
make list
if [ -n "$PREBUILT_FAILED" ]; then
make -j$JOBS fetch
make -j$JOBS -k || make -j1