[vlc-commits] win32 build helper: build luac when using prebuilt contribs.

Konstantin Pavlov git at videolan.org
Sun Nov 12 12:29:10 CET 2017


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sun Nov 12 14:27:20 2017 +0300| [62aac91b0db0d6ffeb3b6835aad1b513a09e11f1] | committer: Konstantin Pavlov

win32 build helper: build luac when using prebuilt contribs.

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

 extras/package/win32/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index 9254c96d43..3498e75d77 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -98,6 +98,7 @@ make package
 fi
 else
 make prebuilt
+make .luac
 fi
 cd ../..
 



More information about the vlc-commits mailing list