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