reverted a regression bug in the Perl Wx module minium version
https://github.com/prusa3d/Slic3r/issues/468
This commit is contained in:
parent
48f826c2c5
commit
cf2f29a5f1
1 changed files with 1 additions and 1 deletions
2
Build.PL
2
Build.PL
|
@ -34,7 +34,7 @@ my $xs_only = grep { $_ eq '--xs' } @ARGV;
|
||||||
if ($gui) {
|
if ($gui) {
|
||||||
%prereqs = qw(
|
%prereqs = qw(
|
||||||
Class::Accessor 0
|
Class::Accessor 0
|
||||||
Wx 3.0
|
Wx 0.9918
|
||||||
Socket 2.016
|
Socket 2.016
|
||||||
);
|
);
|
||||||
%recommends = qw(
|
%recommends = qw(
|
||||||
|
|
Loading…
Reference in a new issue