diff options
| author | ruki <[email protected]> | 2017-03-30 11:58:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-30 11:58:21 +0800 |
| commit | a2a07d5d56016d98b1aa368886481268f29a2530 (patch) | |
| tree | c92c166b07aea4f63ddf269b24b39a59146a50f5 /core/src/luajit/xmake.lua | |
| parent | 5d79b9e7497b1783b1e0ecf90cd2cd0e13af878c (diff) | |
add luajit makefile
Diffstat (limited to 'core/src/luajit/xmake.lua')
| -rw-r--r-- | core/src/luajit/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua index fcdcf9b31..250210e0e 100644 --- a/core/src/luajit/xmake.lua +++ b/core/src/luajit/xmake.lua @@ -10,6 +10,10 @@ target("luajit") -- set the object files directory set_objectdir("$(buildir)/.objs") + -- add headers + add_headers("src/(*.h)") + set_headerdir("$(buildir)/luajit") + -- add include directories add_includedirs("src", "src/autogen/$(plat)/$(arch)") |
