diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-07-16 05:26:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 14:26:17 -0700 |
| commit | 38d635a8fefb246de701f52bb7fc28fa4850ab15 (patch) | |
| tree | 13837d7bd476191aebc756587f927a251cc1b9de /ports/folly/CONTROL | |
| parent | 38e1a6465beeb7b294a584d1c4ec24b2daab2670 (diff) | |
| download | vcpkg-38d635a8fefb246de701f52bb7fc28fa4850ab15.tar.gz vcpkg-38d635a8fefb246de701f52bb7fc28fa4850ab15.zip | |
[folly] Fix build error C3861 (#12419)
* [folly] Fix build error C3861
* Update CONTROL
Diffstat (limited to 'ports/folly/CONTROL')
| -rw-r--r-- | ports/folly/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL index 7df4ead34..c0714c3fe 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,5 +1,6 @@ Source: folly -Version: 2019.10.21.00-2 +Version: 2019.10.21.00 +Port-Version: 3 Homepage: https://github.com/facebook/folly Description: An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows Build-Depends: openssl, libevent, double-conversion, glog, gflags, boost-chrono, boost-context, boost-conversion, boost-crc, boost-date-time, boost-filesystem, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-thread, boost-smart-ptr |
