diff options
| author | Phoebe <925731795@qq.com> | 2019-05-09 22:53:36 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-09 22:53:36 -0700 |
| commit | 0022e0b0ac96d1ebe514a757b670e09b0a148dc8 (patch) | |
| tree | d1b15a2823293457912ae91ffa03412371252209 | |
| parent | 3d9c55d2e0d9c59c43ef337e9d2aa7f48a9659f9 (diff) | |
| download | vcpkg-0022e0b0ac96d1ebe514a757b670e09b0a148dc8.tar.gz vcpkg-0022e0b0ac96d1ebe514a757b670e09b0a148dc8.zip | |
[cpprestsdk]Add boost-asio dependency on linux (#6380)
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 02fe11dcb..e5331ab14 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,6 +1,6 @@ Source: cpprestsdk -Version: 2.10.13 -Build-Depends: zlib, openssl (!uwp&!windows), boost-system (!uwp&!windows), boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows) +Version: 2.10.13-1 +Build-Depends: zlib, openssl (!uwp&!windows), boost-system (!uwp&!windows), boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows), boost-asio (!uwp&!windows) Description: C++11 JSON, REST, and OAuth library The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. Default-Features: default-features |
