From 3cd01b932e1c85394272ae64fae67ebeda92fb00 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 23:11:59 +0200 Subject: Adding upstream version 1.8.3. Signed-off-by: Daniel Baumann --- lua_hpp.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua_hpp.mk (limited to 'lua_hpp.mk') diff --git a/lua_hpp.mk b/lua_hpp.mk new file mode 100644 index 0000000..70502f4 --- /dev/null +++ b/lua_hpp.mk @@ -0,0 +1,6 @@ +lua.hpp: + $(AM_V_GEN)echo 'extern "C" {' > $@ + @echo '#include "lua.h"' >> $@ + @echo '#include "lualib.h"' >> $@ + @echo '#include "lauxlib.h"' >> $@ + @echo '}' >> $@ -- cgit v1.2.3