diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-11-05 01:04:45 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-11-05 01:04:45 -0700 |
| commit | 8b95900a7e232addb7fb593ebc305610be7ba928 (patch) | |
| tree | 26db9e977e41a05829abca7c7ee281205f335bf5 /ports/cpprestsdk | |
| parent | 7f336c746776daf2af95914ed25ff3d50a96b387 (diff) | |
| download | vcpkg-8b95900a7e232addb7fb593ebc305610be7ba928.tar.gz vcpkg-8b95900a7e232addb7fb593ebc305610be7ba928.zip | |
[cpprestsdk] Qualify all dependencies as not needed for uwp.
Diffstat (limited to 'ports/cpprestsdk')
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index db1c9038e..b3438026f 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk Version: 2.9.0-1 -Build-Depends: zlib, openssl, boost +Build-Depends: zlib [windows], openssl [windows], boost [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.
\ No newline at end of file |
