aboutsummaryrefslogtreecommitdiff
path: root/ports/cpprestsdk/CONTROL
diff options
context:
space:
mode:
authorDaniel Shaw <t-dansha@microsoft.com>2017-08-01 15:17:42 -0700
committerDaniel Shaw <t-dansha@microsoft.com>2017-08-01 15:21:49 -0700
commit957cb214e92f45069f142d8b6ccf2a6425df9c51 (patch)
tree5f6c4b83d78b5f082cdc9171daf598bcf56e76c0 /ports/cpprestsdk/CONTROL
parentc22ab980bcab362134ef3e5db329a81c1767c2c9 (diff)
downloadvcpkg-957cb214e92f45069f142d8b6ccf2a6425df9c51.tar.gz
vcpkg-957cb214e92f45069f142d8b6ccf2a6425df9c51.zip
change qualifier bracket to parens
Diffstat (limited to 'ports/cpprestsdk/CONTROL')
-rw-r--r--ports/cpprestsdk/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL
index f284f2b53..f34f1ad4a 100644
--- a/ports/cpprestsdk/CONTROL
+++ b/ports/cpprestsdk/CONTROL
@@ -1,5 +1,5 @@
Source: cpprestsdk
Version: 2.9.0-2
-Build-Depends: zlib [windows], openssl [windows], boost [windows], websocketpp [windows]
+Build-Depends: zlib (windows), openssl (windows), boost (windows), websocketpp (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