Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nqp-jvm is no longer its own specialized compiler, it's just part of …
…nqp, so fix the compiler def
  • Loading branch information
japhb committed Jun 4, 2013
1 parent cb84c62 commit 2c55b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers.pl
Expand Up @@ -104,7 +104,7 @@
name => 'nqp-jvm',
enabled => 1,
language => 'NQP',
compiler => 'nqp-jvm',
compiler => 'nqp',
vm => 'jvm',
f_run => [qw( ./nqp )],
e_run => [qw( ./nqp -e )],
Expand Down

0 comments on commit 2c55b57

Please sign in to comment.