diff options
author | Jack Lloyd <[email protected]> | 2019-12-06 11:47:50 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-12-06 13:18:57 -0500 |
commit | 6fccb9ccbc3a44bc3db872802d9d0d05558abf0a (patch) | |
tree | 0defd445f0f3cb5da144854d8ab7a0b87ea3592d /src/lib/x509 | |
parent | 74a8685830775c1463e3eb484e2faf824e6862cd (diff) |
Fix Windows linking to consistently use .lib suffix as required
Also fix the zlib basename for Windows.
Resolves #2210
Diffstat (limited to 'src/lib/x509')
-rw-r--r-- | src/lib/x509/certstor_system_windows/info.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/x509/certstor_system_windows/info.txt b/src/lib/x509/certstor_system_windows/info.txt index 8d6dce6c6..0499feeec 100644 --- a/src/lib/x509/certstor_system_windows/info.txt +++ b/src/lib/x509/certstor_system_windows/info.txt @@ -11,5 +11,5 @@ certstor_windows.h </header:public> <libs> -windows -> crypt32.lib -</libs>
\ No newline at end of file +windows -> crypt32 +</libs> |