Remove --sudo from ./xs too
This commit is contained in:
parent
607fea3aa4
commit
b33b30b09d
1 changed files with 1 additions and 1 deletions
2
Build.PL
2
Build.PL
|
@ -77,7 +77,7 @@ foreach my $module (sort keys %modules) {
|
|||
}
|
||||
}
|
||||
exit if $ENV{SLIC3R_NO_AUTO};
|
||||
system $cpanm, '--sudo', '--reinstall', './xs';
|
||||
system $cpanm, '--reinstall', './xs';
|
||||
|
||||
if (eval "use App::Prove; 1") {
|
||||
App::Prove->new->run;
|
||||
|
|
Loading…
Reference in a new issue