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/entropy/win32_stats | |
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/entropy/win32_stats')
-rw-r--r-- | src/lib/entropy/win32_stats/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/entropy/win32_stats/info.txt b/src/lib/entropy/win32_stats/info.txt index 3e3268183..065d48cda 100644 --- a/src/lib/entropy/win32_stats/info.txt +++ b/src/lib/entropy/win32_stats/info.txt @@ -15,5 +15,5 @@ win32 </os_features> <libs> -windows -> user32.lib +windows -> user32 </libs> |