Skip to content

Commit

Permalink
update setup.pir
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed May 4, 2010
1 parent 6a4daae commit 1caed76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.pir
@@ -1,5 +1,5 @@
#!/usr/bin/env parrot
# Copyright (C) 2009, Parrot Foundation.
# Copyright (C) 2009-2010, Parrot Foundation.

=head1 NAME

Expand Down Expand Up @@ -41,7 +41,10 @@ No Configure step, no Makefile generated.

$P2 = new 'Hash'
$P2['parrot-unl'] = 'unl.pbc'
#$P0['installable_pbc'] = $P2
$P0['installable_pbc'] = $P2

# test
$P0['test_exec'] = 'perl'

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

0 comments on commit 1caed76

Please sign in to comment.