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

Commit

Permalink
restore previous semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Dec 1, 2009
1 parent 88ca3b8 commit 31e3d8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.pir
Expand Up @@ -154,8 +154,10 @@ SOURCES
$P0['inst_lang'] = $P8

# dist
$P0['manifest_includes'] = '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_excludes'] = 'lua/lib/luabytecode_gen.pir lua/library/Test/More.pir'
$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

.tailcall setup(args :flat, $P0 :flat :named)
.end
Expand Down

0 comments on commit 31e3d8b

Please sign in to comment.