We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b544057 commit 04188c1Copy full SHA for 04188c1
Makefile.PL
@@ -1,6 +1,10 @@
1
use strict;
2
use ExtUtils::MakeMaker;
3
4
+unless ($^O eq "MSWin32" || $^O eq "cygwin") {
5
+ die "OS unsupported\n";
6
+}
7
+
8
my @libs;
9
push @libs, '-L/lib/w32api -lnetapi32' if $^O eq "cygwin";
10
0 commit comments