diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-03-11 04:28:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 14:28:59 -0600 |
| commit | 6ee0e916d34e45ea0b41b35c3fd8cfb7ce2455e9 (patch) | |
| tree | 398759516ca09832d77ff1cba51c319e74ec43e9 /ports/libmysql/vcpkg.json | |
| parent | 245713079fb517377e1caf303f424d7aa3da3942 (diff) | |
| download | vcpkg-6ee0e916d34e45ea0b41b35c3fd8cfb7ce2455e9.tar.gz vcpkg-6ee0e916d34e45ea0b41b35c3fd8cfb7ce2455e9.zip | |
[libmysql] Re-fix dependency openssl (#16426)
* [libmysql] Re-fix dependency openssl
* update version record
* LF to CRLF
* update version record
Diffstat (limited to 'ports/libmysql/vcpkg.json')
| -rw-r--r-- | ports/libmysql/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ports/libmysql/vcpkg.json b/ports/libmysql/vcpkg.json new file mode 100644 index 000000000..225ec7495 --- /dev/null +++ b/ports/libmysql/vcpkg.json @@ -0,0 +1,20 @@ +{ + "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" + ] +} |
