Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 0c6b011d3..06261f77a 100644
--- a/Build.PL
+++ b/Build.PL
@@ -7,6 +7,7 @@ use Config;
use File::Spec;
my %prereqs = qw(
+ Devel::CheckLib 0
Encode 0
Encode::Locale 1.05
ExtUtils::MakeMaker 6.80
@@ -49,6 +50,8 @@ if ($gui) {
Net::Bonjour 0
);
if ($^O eq 'MSWin32') {
+ $recommends{"Win32::TieRegistry"} = 0;
+
# we need an up-to-date Win32::API because older aren't thread-safe (GH #2517)
$prereqs{'Win32::API'} = 0.79;
}