aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-06-07 04:33:14 +0100
committerGravatar Sadie Powell2021-06-07 04:46:32 +0100
commit71841b747d41a8efca1998aa950c89b034f8d46d (patch)
tree259b35ec8fe3232d1fce14513b415384f9cde987 /src/modules/extra/m_mysql.cpp
parentUpdate the Windows icon to something used this decade. (diff)
downloadinspircd++-71841b747d41a8efca1998aa950c89b034f8d46d.tar.gz
inspircd++-71841b747d41a8efca1998aa950c89b034f8d46d.tar.bz2
inspircd++-71841b747d41a8efca1998aa950c89b034f8d46d.zip
Migrate Windows builds to installing their dependencies via Conan.
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 377ffee7e..64a460f77 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -56,7 +56,7 @@
#endif
#ifdef _WIN32
-# pragma comment(lib, "libmysql.lib")
+# pragma comment(lib, "mysqlclient.lib")
#endif
/* VERSION 3 API: With nonblocking (threaded) requests */