From 71841b747d41a8efca1998aa950c89b034f8d46d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 7 Jun 2021 04:33:14 +0100 Subject: Migrate Windows builds to installing their dependencies via Conan. --- src/modules/extra/m_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_mysql.cpp') 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 */ -- cgit v1.2.3