mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
Serial ports detection on Win32
This commit is contained in:
parent
9af43bee52
commit
9507fb91f0
2 changed files with 13 additions and 4 deletions
3
Build.PL
3
Build.PL
|
@ -46,6 +46,9 @@ if ($gui) {
|
|||
Wx::GLCanvas 0
|
||||
OpenGL 0
|
||||
);
|
||||
if ($^O eq 'MSWin32') {
|
||||
$recommends{Win32::TieRegistry} = 0;
|
||||
}
|
||||
} elsif ($xs_only) {
|
||||
%prereqs = %recommends = ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue