Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Can now use $*VM.precomp-ext
So we don't need to do any core setting fudging when compiling the setting
  • Loading branch information
lizmat committed May 31, 2014
1 parent f37d7f3 commit e88e462
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/core/CompUnitRepo/Local/File.pm
Expand Up @@ -27,15 +27,7 @@ class CompUnitRepo::Local::File {
my $candi;
$candi<ver> = Version.new('0');
$candi<provides>{$name}<pm><file> = $c[0]<pm>;
#?if parrot
$candi<provides>{$name}<pir><file> = $c[0]<load>;
#?endif
#?if jvm
$candi<provides>{$name}<jar><file> = $c[0]<load>;
#?endif
#?if moar
$candi<provides>{$name}<moarvm><file> = $c[0]<load>;
#?endif
$candi<provides>{$name}{$*VM.precomp-ext}<file> = $c[0]<load>;
@candi.push: $candi;
}
@candi
Expand Down

0 comments on commit e88e462

Please sign in to comment.