mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -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
|
||||
|
||||
#ifdef _WIN32
|
||||
# pragma comment(lib, "mysqlclient.lib")
|
||||
# pragma comment(lib, "libmysql.lib")
|
||||
#endif
|
||||
|
||||
/* 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 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user