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

Commit

Permalink
use installable_pbc instead of exe_pbc
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 11, 2009
1 parent 8484de1 commit a6922c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.pir
Expand Up @@ -51,9 +51,9 @@ SOURCES

$P6 = new 'Hash'
$P6['parrot-markdown'] = 'markdown.pbc'
$P0['exe_pbc'] = $P6
# test
$P0['installable_pbc'] = $P6

# test
$S0 = get_parrot()
$P0['prove_exec'] = $S0

Expand Down

0 comments on commit a6922c6

Please sign in to comment.