From af89c510b1bf83bf982ccfb1028f26e515de338c Mon Sep 17 00:00:00 2001 From: dacctal Date: Wed, 22 Apr 2026 04:31:45 +0000 Subject: added default config & fixed headers --- 0001-fix-don-t-hardcode-lua-header-path.patch | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 0001-fix-don-t-hardcode-lua-header-path.patch (limited to '0001-fix-don-t-hardcode-lua-header-path.patch') diff --git a/0001-fix-don-t-hardcode-lua-header-path.patch b/0001-fix-don-t-hardcode-lua-header-path.patch new file mode 100644 index 0000000..653caaa --- /dev/null +++ b/0001-fix-don-t-hardcode-lua-header-path.patch @@ -0,0 +1,29 @@ +From e3c8171d3904c04a09b4bc5fc556dad131d84aeb Mon Sep 17 00:00:00 2001 +From: frosty +Date: Wed, 22 Apr 2026 00:04:03 -0400 +Subject: [PATCH] fix: don't hardcode lua header path + +--- + include/lua_build.hh | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/include/lua_build.hh b/include/lua_build.hh +index 1a7df06..a7cdf39 100644 +--- a/include/lua_build.hh ++++ b/include/lua_build.hh +@@ -1,9 +1,9 @@ + #ifndef LUA_BUILD + #define LUA_BUILD + +-#include +-#include +-#include ++#include ++#include ++#include + + bool lua_build(const char *path); + +-- +2.52.0 + -- cgit v1.2.3