fix ssl linking on mingw

This commit is contained in:
Arvid Norberg 2012-01-19 08:12:13 +00:00
parent ef61b32d9e
commit 39aa23b7b6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ rule linking ( properties * )
result += <library>gdi32 ;
}
if <target-os>windows in $(properties) && ! <toolset>gcc in $(properties)
if <target-os>windows in $(properties)
{
result += <library>ssleay32
<library>libeay32