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

Konstantin Pavlov git at videolan.org
Sun Nov 12 12:31:55 CET 2017


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sun Nov 12 14:27:20 2017 +0300| [e711aab111514bacc359fadd68b1f19971b50e5f] | committer: Hugo Beauzée-Luyssen

win32 build helper: build luac when using prebuilt contribs.

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

 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