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 pbc_exe
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 11, 2009
1 parent aa9c056 commit aaba1f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.pir
Expand Up @@ -31,8 +31,8 @@ No Configure step, no Makefile generated.
.const 'Sub' pmctest = 'pmctest'
register_step('pmctest', pmctest)

# build
$P0 = new 'Hash'
# build
$P1 = new 'Hash'
$P1['wmls_ops'] = 'dynext/ops/wmls.ops'
$P0['dynops'] = $P1
Expand Down Expand Up @@ -71,7 +71,10 @@ SOURCES
$P6 = new 'Hash'
$P6['parrot-wmlsi'] = 'wmlsi.pbc'
$P6['parrot-wmlsd'] = 'wmlsd.pbc'
$P0['exe_pbc'] = $P6
$P0['installable_pbc'] = $P6

# test
$P0['harness_files'] = ''

# install
$P7 = split "\n", <<'LIBS'
Expand Down

0 comments on commit aaba1f9

Please sign in to comment.