vcpkg/ports/libmysql/vcpkg.json
Jack·Boos·Yu 6ee0e916d3
[libmysql] Re-fix dependency openssl (#16426)
* [libmysql] Re-fix dependency openssl

* update version record

* LF to CRLF

* update version record
2021-03-10 14:28:59 -06:00

21 lines
425 B
JSON

{
"name": "libmysql",
"version": "8.0.20",
"port-version": 2,
"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"
]
}