Fix thinko in previous openssl change
This commit is contained in:
parent
c25ed20067
commit
2e02136fe6
@ -523,7 +523,7 @@ sub AddProject
|
||||
if ($self->{options}->{openssl})
|
||||
{
|
||||
$proj->AddIncludeDir($self->{options}->{openssl} . '\include');
|
||||
if (-e "$self->{options}->{openssl}/lib/VC/ssleayMD.lib")
|
||||
if (-e "$self->{options}->{openssl}/lib/VC/ssleay32MD.lib")
|
||||
{
|
||||
$proj->AddLibrary(
|
||||
$self->{options}->{openssl} . '\lib\VC\ssleay32.lib', 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user