aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_cloak_sha256.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-04-17 01:49:50 +0100
committerGravatar Sadie Powell2025-04-17 15:50:04 +0100
commitb439a5c6c77e1a9968ba555ad046239e7b99d813 (patch)
tree39193663c6cc81db5f142d49102e736e04b0bc85 /src/modules/m_cloak_sha256.cpp
parentFix freeing the psl library when cloak_sha256 is unloaded. (diff)
Migrate the Windows build to Conan 2.
[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
Diffstat (limited to 'src/modules/m_cloak_sha256.cpp')
-rw-r--r--src/modules/m_cloak_sha256.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_cloak_sha256.cpp b/src/modules/m_cloak_sha256.cpp
index 9d43b6f80..ecfff323f 100644
--- a/src/modules/m_cloak_sha256.cpp
+++ b/src/modules/m_cloak_sha256.cpp
@@ -30,7 +30,6 @@
#ifdef _WIN32
# if __has_include(<libpsl.h>)
# define HAS_LIBPSL
-# pragma comment(lib, "psl.lib")
# endif
#endif