diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/poco/vcpkg.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/poco/vcpkg.json b/ports/poco/vcpkg.json index cf06a3484..e310417a2 100644 --- a/ports/poco/vcpkg.json +++ b/ports/poco/vcpkg.json @@ -1,7 +1,7 @@ { "name": "poco", "version-semver": "1.10.1", - "port-version": 4, + "port-version": 5, "description": "Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.", "homepage": "https://github.com/pocoproject/poco", "supports": "!uwp", @@ -26,7 +26,10 @@ "netssl": { "description": "NetSSL support for POCO", "dependencies": [ - "openssl" + { + "name": "openssl", + "platform": "!windows" + } ] }, "pdf": { |
