mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 01:49:23 +08:00
586a03afa3
* [libmysql] Added limits include patch Fixes numeric_limits is not a member of std build failure on GCC 11.2 in sql-common/sql_string.cc file. * Updated version database * Update portfile.cmake * Update versions/l-/libmysql.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
21 lines
425 B
JSON
21 lines
425 B
JSON
{
|
|
"name": "libmysql",
|
|
"version": "8.0.20",
|
|
"port-version": 3,
|
|
"description": "A MySQL client library for C development",
|
|
"homepage": "https://github.com/mysql/mysql-server",
|
|
"supports": "!(windows & x86) & !uwp",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-functional",
|
|
"boost-geometry",
|
|
"boost-graph",
|
|
"boost-optional",
|
|
"icu",
|
|
"libevent",
|
|
"lz4",
|
|
"openssl",
|
|
"zlib"
|
|
]
|
|
}
|