Skip to content

Commit d6d1f26

Browse files
committed
modernize setup.pir
1 parent 6a4d660 commit d6d1f26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.pir

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ No Configure step, no Makefile generated.
4141

4242
$P2 = new 'Hash'
4343
$P2['parrot-lazy'] = 'lazy.pbc'
44-
#$P0['installable_pbc'] = $P2
44+
$P0['installable_pbc'] = $P2
45+
46+
# test
47+
$P0['test_exec'] = 'perl'
4548

4649
.tailcall setup(args :flat, $P0 :flat :named)
4750
.end

0 commit comments

Comments
 (0)