Guest User

Lua 5.5.0 Makefile patch

a guest
Jul 6th, 2025
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.58 KB | None | 0 0
  1. diff -Naur lua-5.5.0-beta-orig/src/Makefile lua-5.5.0-beta/src/Makefile
  2. --- lua-5.5.0-beta-orig/src/Makefile    2025-06-26 09:57:29.000000000 -0300
  3. +++ lua-5.5.0-beta/src/Makefile 2025-07-06 20:17:25.089717212 -0300
  4. @@ -127,7 +127,7 @@
  5.     $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_MACOSX -DLUA_USE_READLINE" SYSLIBS="-lreadline"
  6.  
  7.  mingw:
  8. -   $(MAKE) "LUA_A=lua54.dll" "LUA_T=lua.exe" \
  9. +   $(MAKE) "LUA_A=lua55.dll" "LUA_T=lua.exe" \
  10.     "AR=$(CC) -shared -o" "RANLIB=strip --strip-unneeded" \
  11.     "SYSCFLAGS=-DLUA_BUILD_AS_DLL" "SYSLIBS=" "SYSLDFLAGS=-s" lua.exe
  12.     $(MAKE) "LUAC_T=luac.exe" luac.exe
Add Comment
Please, Sign In to add comment