vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Sep 12 13:02:30 2012 +0200| [6cdaecdb6a12afbefd4448dc0dba3d89f416d720] | committer: Jean-Baptiste Kempf
Contribs: fix lua.exe generation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6cdaecdb6a12afbefd4448dc0dba3d89f416d720 --- 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 dc6d7e9..597969c 100644 --- a/contrib/src/lua/rules.mak +++ b/contrib/src/lua/rules.mak @@ -47,7 +47,7 @@ ifdef HAVE_IOS $(APPLY) $(SRC)/lua/lua-ios-support.patch 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=/' \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
