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

Contribs: fix lua.exe generation

parent 8d95ee61
......@@ -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=/' \
......
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