From 2db07f50fd2f12f61da1a71c3a37d4fac7feb669 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 14 Dec 2023 16:47:51 +0000 Subject: Fix the Windows build. [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] --- src/modules/extra/m_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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 */ -- cgit v1.3.1-10-gc9f91