diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-07-07 14:03:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-07 14:03:12 -0700 |
| commit | f8e975d44a6c8ae5855ece419696ea6abd050898 (patch) | |
| tree | a23961c78a73249f06049938811868407b05992c /ports/evpp/CONTROL | |
| parent | 1658781750e012e3c3bcddc0c4567fc171fbdf0f (diff) | |
| download | vcpkg-f8e975d44a6c8ae5855ece419696ea6abd050898.tar.gz vcpkg-f8e975d44a6c8ae5855ece419696ea6abd050898.zip | |
[evpp] Fix build error on OSX (#11967)
* [evpp] Fix build error on OSX
* update baseline
Diffstat (limited to 'ports/evpp/CONTROL')
| -rw-r--r-- | ports/evpp/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/evpp/CONTROL b/ports/evpp/CONTROL index 5f367929a..68244157b 100644 --- a/ports/evpp/CONTROL +++ b/ports/evpp/CONTROL @@ -1,5 +1,5 @@ Source: evpp -Version: 0.7.0-2 +Version: 0.7.0-3 Homepage: https://github.com/Qihoo360/evpp Description: A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols. Build-Depends: glog, libevent (windows), libevent[openssl] (!windows), rapidjson, concurrentqueue (!windows), boost-lockfree (!windows)
\ No newline at end of file |
