print luaconf.h into the output
This commit is contained in:
parent
3982a8b31c
commit
ac50404337
|
@ -90,8 +90,10 @@ generate_header() {
|
||||||
echo
|
echo
|
||||||
print_self
|
print_self
|
||||||
echo
|
echo
|
||||||
echo "#include <stddef.h>"
|
echo "#include <stdarg.h>"
|
||||||
|
echo "#include <stdio.h> // for BUFSIZ? this is kinda weird"
|
||||||
|
|
||||||
|
cat "$LUA_PATH/luaconf.h"
|
||||||
decl "$LUA_PATH/lua.h"
|
decl "$LUA_PATH/lua.h"
|
||||||
decl "$LUA_PATH/lauxlib.h"
|
decl "$LUA_PATH/lauxlib.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue