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.
2 parents 24b9cb1 + da8daa3 commit 8456113Copy full SHA for 8456113
compat/vcbuild/scripts/clink.pl
@@ -33,6 +33,8 @@
33
push(@args, "libeay32.lib");
34
} elsif ("$arg" eq "-lssl") {
35
push(@args, "ssleay32.lib");
36
+ } elsif ("$arg" eq "-lcurl") {
37
+ push(@args, "libcurl.lib");
38
} elsif ("$arg" =~ /^-L/ && "$arg" ne "-LTCG") {
39
$arg =~ s/^-L/-LIBPATH:/;
40
push(@args, $arg);
config.mak.uname
@@ -340,7 +340,6 @@ ifeq ($(uname_S),Windows)
340
UNRELIABLE_FSTAT = UnfortunatelyYes
341
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
342
NO_REGEX = YesPlease
343
- NO_CURL = YesPlease
344
NO_GETTEXT = YesPlease
345
NO_PYTHON = YesPlease
346
BLK_SHA1 = YesPlease
0 commit comments