Skip to content

Commit

Permalink
[distutils] avoid NQP confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Feb 10, 2011
1 parent 78df613 commit 0617415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/parrot/library/distutils.pir
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ the value is the NQP pathname
$S0 = dirname(pir)
mkpath($S0, 1 :named('verbose'))
.local string cmd
cmd = get_nqp()
cmd = get_nqp_rx()
cmd .= " --target=pir --output="
cmd .= pir
cmd .= " "
Expand Down Expand Up @@ -4388,11 +4388,11 @@ Return the whole config
.tailcall get_executable('parrot')
.end

=item get_nqp
=item get_nqp_rx

=cut

.sub 'get_nqp'
.sub 'get_nqp_rx'
.tailcall get_executable('parrot-nqp')
.end

Expand Down

0 comments on commit 0617415

Please sign in to comment.