mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-29 05:41:00 -07:00
Install Class::Accessor with Build.PL --gui. #2315
This commit is contained in:
parent
01133fd0be
commit
d452a16ba8
1 changed files with 1 additions and 0 deletions
1
Build.PL
1
Build.PL
|
|
@ -34,6 +34,7 @@ my $gui = grep { $_ eq '--gui' } @ARGV;
|
|||
my $xs_only = grep { $_ eq '--xs' } @ARGV;
|
||||
if ($gui) {
|
||||
%prereqs = qw(
|
||||
Class::Accessor 0
|
||||
Wx 0.9918
|
||||
);
|
||||
%recommends = qw(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue