projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
307fc49
)
Fix thinko in previous openssl change
author
Andrew Dunstan
<andrew@dunslane.net>
Tue, 6 Jun 2017 00:38:46 +0000
(20:38 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Tue, 6 Jun 2017 00:40:27 +0000
(20:40 -0400)
src/tools/msvc/Solution.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index ddf874aadcea96e35cf4b4c3245c85038b5dfd26..1a05d68ba0436382a77ad351482f6e843912fd43 100644
(file)
--- a/
src/tools/msvc/Solution.pm
+++ b/
src/tools/msvc/Solution.pm
@@
-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/ssleay
32
MD.lib")
{
$proj->AddLibrary(
$self->{options}->{openssl} . '\lib\VC\ssleay32.lib', 1);