aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-12-14 16:47:51 +0000
committerGravatar Sadie Powell2023-12-14 16:47:51 +0000
commit2db07f50fd2f12f61da1a71c3a37d4fac7feb669 (patch)
tree3876bb74b433000e043e6777847ee344bbec30d4 /src/modules/extra/m_mysql.cpp
parentUpdate the Windows dependencies. (diff)
Fix the Windows build.
[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index ee68ce2c0..f5337b938 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -62,7 +62,7 @@
#endif
#ifdef _WIN32
-# pragma comment(lib, "mysqlclient.lib")
+# pragma comment(lib, "libmysql.lib")
#endif
/* VERSION 3 API: With nonblocking (threaded) requests */