Skip to content

Commit

Permalink
Merge pull request #9 from timo/master
Browse files Browse the repository at this point in the history
Make Build.pm work with current panda.
  • Loading branch information
jnthn committed May 24, 2013
2 parents 98e4a93 + 3aff7eb commit 49eea87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ my $pbc_to_exe = 'pbc_to_exe';
my $executable = $*OS eq 'MSWin32' ?? 'perl6-debug.exe' !! 'perl6-debug';

class Build is Panda::Builder {
method build(Pies::Project $p) {
my $workdir = $.resources.workdir($p);

method build(Str $path) {
shell "$nqp --vmlibs=perl6_group,perl6_ops --target=pir "
~ "--output=perl6-debug.pir bin/perl6-debug.nqp";
shell "$parrot -o perl6-debug.pbc perl6-debug.pir";
Expand Down

0 comments on commit 49eea87

Please sign in to comment.