[vlc-commits] Contribs: fix lua.exe generation

Jean-Baptiste Kempf git at videolan.org
Thu Sep 27 15:36:53 CEST 2012


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 12 13:02:30 2012 +0200| [6ed46c53cd247021c762984905a2c5da8aeb7066] | committer: Jean-Baptiste Kempf

Contribs: fix lua.exe generation
(cherry picked from commit 6cdaecdb6a12afbefd4448dc0dba3d89f416d720)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 contrib/src/lua/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index 765f4e2..a8f730a 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -41,7 +41,7 @@ ifdef HAVE_MACOSX
 		-i.orig src/Makefile)
 endif
 ifdef HAVE_WIN32
-	cd $(UNPACK_DIR) && sed -i.orig -e 's/lua luac/lua.exe/' Makefile
+	cd $(UNPACK_DIR) && sed -i.orig -e 's/lua luac/lua.exe luac.exe/' Makefile
 endif
 	cd $(UNPACK_DIR)/src && sed -i.orig \
 		-e 's/CC=/#CC=/' \



More information about the vlc-commits mailing list