mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Remove --sudo from ./xs too
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user