From 184c2ca6b2719e93918dcf0b158545cfe3988f0e Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 28 Feb 2016 14:08:00 +0300 Subject: [PATCH] luajit targets: install luajit.h fix #11 --- hererocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hererocks.py b/hererocks.py index 0b52dd1..67481bf 100755 --- a/hererocks.py +++ b/hererocks.py @@ -658,7 +658,7 @@ class LuaJIT(Lua): shutil.copy(luajit_file, os.path.join(opts.location, "bin", lua_file)) copy_files(os.path.join(opts.location, "include"), - "lua.h", "luaconf.h", "lualib.h", "lauxlib.h", "lua.hpp") + "lua.h", "luaconf.h", "lualib.h", "lauxlib.h", "lua.hpp", "luajit.h") copy_files(os.path.join(opts.location, "lib")) shutil.copy(arch_file, os.path.join(opts.location, "lib", target_arch_file))