portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

0002-fix-lua-header-name.patch (580B)


      1 From 70cb003a7f2d3648f23c22572eb0c117f79ee4de Mon Sep 17 00:00:00 2001
      2 From: Coelacanthus <coelacanthus@outlook.com>
      3 Date: Thu, 4 Mar 2021 14:18:51 +0800
      4 Subject: [PATCH 2/2] fix-lua-header-name
      5 
      6 ---
      7  LUAHandler.h | 2 +-
      8  1 file changed, 1 insertion(+), 1 deletion(-)
      9 
     10 diff --git a/LUAHandler.h b/LUAHandler.h
     11 index 53bc602..f197307 100644
     12 --- a/LUAHandler.h
     13 +++ b/LUAHandler.h
     14 @@ -24,7 +24,7 @@
     15  #if !defined(__LUA_HANDLER_H__) && defined(USE_LUA)
     16  #define __LUA_HANDLER_H__
     17  
     18 -#include <lua.hpp>
     19 +#include <lua5.1/lua.hpp>
     20  
     21  class ONScripter;
     22  class ScriptHandler;
     23 -- 
     24 2.30.1
     25