Fix the Windows build.

[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
This commit is contained in:
Sadie Powell 2023-12-14 16:47:51 +00:00
parent 95d72a2f23
commit 2db07f50fd
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -1,4 +1,4 @@
# Last updated: 2022-09-10
# Last updated: 2022-12-14
#
# Modules we can't legally ship: geo_maxmind, ssl_mbedtls, ssl_openssl
# Modules which don't apply to Windows: sslrehashsignal
@ -10,11 +10,11 @@ argon2/20190702
libmysqlclient/8.1.0
libpq/15.4
## mbedtls/3.2.1 # unable to upgrade until mbedTLS issue #7087 is fixed
## openssl/3.1.4
## openssl/3.2.0
pcre/8.45
pcre2/10.42
re2/20231101
sqlite3/3.44.0
sqlite3/3.44.2
[options]
argon2:shared=True