aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/win32_stats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-12-06 11:47:50 -0500
committerJack Lloyd <[email protected]>2019-12-06 13:18:57 -0500
commit6fccb9ccbc3a44bc3db872802d9d0d05558abf0a (patch)
tree0defd445f0f3cb5da144854d8ab7a0b87ea3592d /src/lib/entropy/win32_stats
parent74a8685830775c1463e3eb484e2faf824e6862cd (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.txt2
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>