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 d3ca4b4 commit ec504afCopy full SHA for ec504af
src/tools/msvc/Solution.pm
@@ -523,7 +523,7 @@ sub AddProject
523
if ($self->{options}->{openssl})
524
{
525
$proj->AddIncludeDir($self->{options}->{openssl} . '\include');
526
- if (-e "$self->{options}->{openssl}/lib/VC/ssleayMD.lib")
+ if (-e "$self->{options}->{openssl}/lib/VC/ssleay32MD.lib")
527
528
$proj->AddLibrary(
529
$self->{options}->{openssl} . '\lib\VC\ssleay32.lib', 1);
0 commit comments