1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-07 13:34:34 -04:00
elinks/docker/win32-static/lua.diff

12 lines
392 B
Diff
Raw Normal View History

2023-11-10 11:49:17 -05:00
--- lua-5.4.6/Makefile 2023-05-02 20:06:08.000000000 +0000
+++ lua-5.4.6/Makefile.win 2023-11-07 19:58:26.145909376 +0000
@@ -39,7 +39,7 @@
PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris
# What to install.
-TO_BIN= lua luac
+TO_BIN= lua.exe luac.exe
TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp
TO_LIB= liblua.a
TO_MAN= lua.1 luac.1