Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
since r49086, dynpmc item allows *.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 19, 2010
1 parent 0108744 commit 08498fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.pir
Expand Up @@ -79,6 +79,7 @@ dynext/pmc/luastring.pmc
dynext/pmc/luatable.pmc
dynext/pmc/luathread.pmc
dynext/pmc/luauserdata.pmc
dynext/pmc/lua_private.h
SOURCES
$S0 = pop $P2
$P1['lua_group'] = $P2
Expand Down Expand Up @@ -154,7 +155,7 @@ SOURCES
$P0['inst_lang'] = $P8

# dist
$P1 = glob('luac2pir.pir test_lex.pir dynext/pmc/lua_private.h lua/lib/luabytecode.rules build/translator.pl lua/library/Test/More.lua t/lua-TestMore/test_lua51/*.t')
$P1 = glob('luac2pir.pir test_lex.pir lua/lib/luabytecode.rules build/translator.pl lua/library/Test/More.lua t/lua-TestMore/test_lua51/*.t')
$P0['manifest_includes'] = $P1
$P2 = split ' ', 'lua/lib/luabytecode_gen.pir lua/library/Test/More.pir'
$P0['manifest_excludes'] = $P2
Expand Down

0 comments on commit 08498fb

Please sign in to comment.