Skip to content

Commit

Permalink
rename generated file from pla.pbc to pla_nqp.pbc, since it's intende…
Browse files Browse the repository at this point in the history
…d for NQP use only (due to loading nqp and P6metaclass bytecodes). Ensure that the generated file is installed properly
  • Loading branch information
Whiteknight committed Aug 17, 2010
1 parent 2857f6d commit 88d5f3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.pir
Expand Up @@ -69,9 +69,13 @@ SOURCES
$P0["pir_nqp-rx"] = $P2

$P2 = new 'Hash'
$P2["src/nqp/pla.pbc"] = "src/nqp/pla.pir"
$P2["pla_nqp.pbc"] = "src/nqp/pla.pir"
$P0["pbc_pir"] = $P2

$P2 = new 'ResizablePMCArray'
push $P2, "pla_nqp.pbc"
$P0["inst_lib"] = $P2

$S0 = args[0]
if $S0 != "test" goto no_test
$S0 = get_nqp()
Expand Down

0 comments on commit 88d5f3c

Please sign in to comment.