From ac50404337612defa94d9f81b9de1fb09bd87948 Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Sat, 6 Nov 2021 20:24:40 +0800 Subject: [PATCH] print luaconf.h into the output --- scripts/generate_header.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/generate_header.sh b/scripts/generate_header.sh index c4789e15..0856c46d 100755 --- a/scripts/generate_header.sh +++ b/scripts/generate_header.sh @@ -90,8 +90,10 @@ generate_header() { echo print_self echo - echo "#include " + echo "#include " + echo "#include // for BUFSIZ? this is kinda weird" + cat "$LUA_PATH/luaconf.h" decl "$LUA_PATH/lua.h" decl "$LUA_PATH/lauxlib.h"