Commit 6ed46c53 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix lua.exe generation

(cherry picked from commit 6cdaecdb6a12afbefd4448dc0dba3d89f416d720)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent bcf2868a
...@@ -41,7 +41,7 @@ ifdef HAVE_MACOSX ...@@ -41,7 +41,7 @@ ifdef HAVE_MACOSX
-i.orig src/Makefile) -i.orig src/Makefile)
endif endif
ifdef HAVE_WIN32 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 endif
cd $(UNPACK_DIR)/src && sed -i.orig \ cd $(UNPACK_DIR)/src && sed -i.orig \
-e 's/CC=/#CC=/' \ -e 's/CC=/#CC=/' \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment