diff options
| author | Phoebe <925731795@qq.com> | 2019-06-21 05:13:53 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-20 14:13:53 -0700 |
| commit | 83520dbc36e644951829f1a94fe47395314d9a4c (patch) | |
| tree | d526b772fe5eb28451103f457a0ab19751ff754c /ports/folly/CONTROL | |
| parent | f0902b35370fbebcf257de88e43ee47379185a10 (diff) | |
| download | vcpkg-83520dbc36e644951829f1a94fe47395314d9a4c.tar.gz vcpkg-83520dbc36e644951829f1a94fe47395314d9a4c.zip | |
[Folly] define _CRT_INTERNAL_NONSTDC_NAMES to 0 to disable non-underscore posix names on windows (#6974)
Diffstat (limited to 'ports/folly/CONTROL')
| -rw-r--r-- | ports/folly/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL index 1709a4515..268039ac7 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,5 +1,5 @@ Source: folly -Version: 2019.05.20.00 +Version: 2019.05.20.00-1 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 |
