wfreerdp: fix build against static openssl library

This commit is contained in:
Marc-André Moreau
2014-01-29 15:27:43 -05:00
parent ae2a51fdc5
commit 839bcb42ae
2 changed files with 1 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ IF(WIN32 AND NOT CYGWIN)
# * MTd for static-debug
# Implementation details:
# We are using the libraries located in the VC subdir instead of the parent directory eventhough :
# We are using the libraries located in the VC subdir instead of the parent directory even though :
# libeay32MD.lib is identical to ../libeay32.lib, and
# ssleay32MD.lib is identical to ../ssleay32.lib