From 8fa386216f1b3f03355625ba9dc93b39389c0ec3 Mon Sep 17 00:00:00 2001 From: dacctal Date: Wed, 22 Apr 2026 04:32:33 +0000 Subject: added default config & fixed headers --- 0001-fix-don-t-hardcode-lua-header-path.patch | 29 --------------------------- 1 file changed, 29 deletions(-) delete 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 deleted file mode 100644 index 653caaa..0000000 --- a/0001-fix-don-t-hardcode-lua-header-path.patch +++ /dev/null @@ -1,29 +0,0 @@ -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