diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-06-12 05:41:02 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-11 14:41:02 -0700 |
| commit | 59a8a9c6248ed230b19028a44484ae5f06db697d (patch) | |
| tree | 5f9744fecea7eae4be1ca5ad3bcaee23af3fa1aa /ports/libmysql/CONTROL | |
| parent | 143ae13d28063ea404e75692083db26e02d36c66 (diff) | |
| download | vcpkg-59a8a9c6248ed230b19028a44484ae5f06db697d.tar.gz vcpkg-59a8a9c6248ed230b19028a44484ae5f06db697d.zip | |
[libmysql]Fix build error in linux. (#6442)
* [libmysql]Fix build error in linux.
* [libmysql] Fix typo in prerequisites message
Diffstat (limited to 'ports/libmysql/CONTROL')
| -rw-r--r-- | ports/libmysql/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libmysql/CONTROL b/ports/libmysql/CONTROL index 007718af7..a6f97e1fe 100644 --- a/ports/libmysql/CONTROL +++ b/ports/libmysql/CONTROL @@ -1,4 +1,4 @@ Source: libmysql -Version: 8.0.4-3 +Version: 8.0.4-4 Build-Depends: boost-algorithm, boost-geometry, boost-optional, boost-functional, boost-graph, openssl, icu, libevent, liblzma, lz4, zlib Description: A MySQL client library for C development. |
