summarylogtreecommitdiffstats
path: root/0002-fix-lua-header-name.patch
diff options
context:
space:
mode:
authorCoelacanthus2021-03-04 14:26:45 +0800
committerCoelacanthus2021-03-04 14:26:45 +0800
commit34fa9c86994429e890ac1e9aea4b83e8d9e63a4b (patch)
tree741bef362b68c5c628ee238cbecf03678353f71c /0002-fix-lua-header-name.patch
parentdaf09ce62f937242dc50ba6e77ffc59930c35d9d (diff)
downloadaur-34fa9c86994429e890ac1e9aea4b83e8d9e63a4b.tar.gz
upgpkg: onscripter using CMake instead of plainmake
Diffstat (limited to '0002-fix-lua-header-name.patch')
-rw-r--r--0002-fix-lua-header-name.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0002-fix-lua-header-name.patch b/0002-fix-lua-header-name.patch
new file mode 100644
index 000000000000..b64c84c85470
--- /dev/null
+++ b/0002-fix-lua-header-name.patch
@@ -0,0 +1,25 @@
+From 70cb003a7f2d3648f23c22572eb0c117f79ee4de Mon Sep 17 00:00:00 2001
+From: Coelacanthus <coelacanthus@outlook.com>
+Date: Thu, 4 Mar 2021 14:18:51 +0800
+Subject: [PATCH 2/2] fix-lua-header-name
+
+---
+ LUAHandler.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/LUAHandler.h b/LUAHandler.h
+index 53bc602..f197307 100644
+--- a/LUAHandler.h
++++ b/LUAHandler.h
+@@ -24,7 +24,7 @@
+ #if !defined(__LUA_HANDLER_H__) && defined(USE_LUA)
+ #define __LUA_HANDLER_H__
+
+-#include <lua.hpp>
++#include <lua5.1/lua.hpp>
+
+ class ONScripter;
+ class ScriptHandler;
+--
+2.30.1
+