[vlc-commits] extras: raspberry: unbreak lua compilation when using prebuilt contribs

Konstantin Pavlov git at videolan.org
Fri Mar 20 18:27:32 CET 2020


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Mar 20 20:19:23 2020 +0300| [fad0d14618f7be34b04347e517644764d43d8dad] | committer: Konstantin Pavlov

extras: raspberry: unbreak lua compilation when using prebuilt contribs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fad0d14618f7be34b04347e517644764d43d8dad
---

 extras/package/raspberry/build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extras/package/raspberry/build.sh b/extras/package/raspberry/build.sh
index 924695d66f..262e955533 100755
--- a/extras/package/raspberry/build.sh
+++ b/extras/package/raspberry/build.sh
@@ -133,8 +133,10 @@ if [ "$PREBUILT" != "yes" ]; then
     fi
 elif [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
     make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
+    make -j$JOBS --output-sync=recurse .luac
 else
     make prebuilt
+    make -j$JOBS --output-sync=recurse .luac
 fi
 cd ../..
 



More information about the vlc-commits mailing list