mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
Fix thinko in previous openssl change
This commit is contained in:
parent
307fc49d5c
commit
6da9996358
@ -500,7 +500,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