[vlc-commits] win32: Also install lua resources
Hugo Beauzée-Luyssen
git at videolan.org
Sat Feb 3 17:50:32 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sat Feb 3 17:51:37 2018 +0100| [0ab467283266ae0a9b49665e7f3c32a8afe28515] | committer: Hugo Beauzée-Luyssen
win32: Also install lua resources
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ab467283266ae0a9b49665e7f3c32a8afe28515
---
extras/package/win32/package.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index b9ae7a2d9f..1c071d2c37 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -61,6 +61,7 @@ package-win-common: package-win-install package-win-sdk
if BUILD_LUA
mkdir -p $(win32_destdir)/lua/
cp -r $(prefix)/lib/vlc/lua/* $(win32_destdir)/lua/
+ cp -r $(prefix)/share/vlc/lua/* $(win32_destdir)/lua/
endif
if BUILD_SKINS
More information about the vlc-commits
mailing list