mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
Fix thinko in previous openssl change
This commit is contained in:
parent
c25ed20067
commit
2e02136fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue