mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Fix the Windows build.
[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
This commit is contained in:
parent
95d72a2f23
commit
2db07f50fd
@ -62,7 +62,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# pragma comment(lib, "mysqlclient.lib")
|
# pragma comment(lib, "libmysql.lib")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* VERSION 3 API: With nonblocking (threaded) requests */
|
/* VERSION 3 API: With nonblocking (threaded) requests */
|
||||||
|
@ -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 we can't legally ship: geo_maxmind, ssl_mbedtls, ssl_openssl
|
||||||
# Modules which don't apply to Windows: sslrehashsignal
|
# Modules which don't apply to Windows: sslrehashsignal
|
||||||
@ -10,11 +10,11 @@ argon2/20190702
|
|||||||
libmysqlclient/8.1.0
|
libmysqlclient/8.1.0
|
||||||
libpq/15.4
|
libpq/15.4
|
||||||
## mbedtls/3.2.1 # unable to upgrade until mbedTLS issue #7087 is fixed
|
## mbedtls/3.2.1 # unable to upgrade until mbedTLS issue #7087 is fixed
|
||||||
## openssl/3.1.4
|
## openssl/3.2.0
|
||||||
pcre/8.45
|
pcre/8.45
|
||||||
pcre2/10.42
|
pcre2/10.42
|
||||||
re2/20231101
|
re2/20231101
|
||||||
sqlite3/3.44.0
|
sqlite3/3.44.2
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
argon2:shared=True
|
argon2:shared=True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user