Skip to content

Commit

Permalink
Fix Win32 detection on latest Rakudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 15, 2014
1 parent 725b060 commit c1fd655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.pl
Expand Up @@ -10,7 +10,7 @@ BEGIN

say '==> Bootstrapping Panda';

my $is_win = $*OS eq 'MSWin32';
my $is_win = $*DISTRO.name eq 'mswin32';

my $panda-base;
my $destdir = %*ENV<DESTDIR>;
Expand Down

0 comments on commit c1fd655

Please sign in to comment.