From 67ff8634b57968e5734fe4e3b0f63248caa6917f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 14 Aug 2020 00:18:53 -0400 Subject: Describe changes in patch files. --- src/lua.patch | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lua.patch') diff --git a/src/lua.patch b/src/lua.patch index 7c31c9d5..f9f76cfb 100644 --- a/src/lua.patch +++ b/src/lua.patch @@ -1,3 +1,11 @@ +Lua changes: + +LUA_ROOT is "/usr" instead of "/usr/local". + +LUA_PATH and LUA_CPATH do not have "./?.lua" and "./?.so" in them. + +Added os.spawn() for spawning and interacting with asynchronous processes. + diff -r 8a23edc91533 src/luaconf.h --- a/src/luaconf.h Mon Jan 12 18:57:53 2015 -0500 +++ b/src/luaconf.h Mon Jan 12 23:50:08 2015 -0500 -- cgit v1.2.3