mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Typo
This commit is contained in:
2
Build.PL
2
Build.PL
@@ -47,7 +47,7 @@ if ($gui) {
|
|||||||
OpenGL 0
|
OpenGL 0
|
||||||
);
|
);
|
||||||
if ($^O eq 'MSWin32') {
|
if ($^O eq 'MSWin32') {
|
||||||
$recommends{Win32::TieRegistry} = 0;
|
$recommends{"Win32::TieRegistry"} = 0;
|
||||||
}
|
}
|
||||||
} elsif ($xs_only) {
|
} elsif ($xs_only) {
|
||||||
%prereqs = %recommends = ();
|
%prereqs = %recommends = ();
|
||||||
|
|||||||
Reference in New Issue
Block a user