aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorpastdue <30942300+past-due@users.noreply.github.com>2021-05-24 18:15:23 -0400
committerGitHub <noreply@github.com>2021-05-24 15:15:23 -0700
commit6608a9cc606a76300bbff6776788a157593f15c1 (patch)
treec3fcfbb0fa6e2ca3af248341c3007f57b8393ef1 /ports
parent8f8a4f8aeed0a2eec0cc16137f1641cbd69fe15b (diff)
downloadvcpkg-6608a9cc606a76300bbff6776788a157593f15c1.tar.gz
vcpkg-6608a9cc606a76300bbff6776788a157593f15c1.zip
[curl] Fix mingw to default to winssl (matching windows builds) (#18024)
* [curl] Fix mingw to default to winssl (matching windows builds) * Run x-add-version curl
Diffstat (limited to 'ports')
-rw-r--r--ports/curl/vcpkg.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/curl/vcpkg.json b/ports/curl/vcpkg.json
index 61a578971..e34124382 100644
--- a/ports/curl/vcpkg.json
+++ b/ports/curl/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "curl",
"version": "7.74.0",
- "port-version": 5,
+ "port-version": 6,
"description": "A library for transferring data with URLs",
"homepage": "https://github.com/curl/curl",
"dependencies": [
@@ -110,7 +110,7 @@
"features": [
"winssl"
],
- "platform": "windows & !uwp"
+ "platform": "(windows & !uwp) | mingw"
},
{
"name": "curl",
@@ -118,7 +118,7 @@
"features": [
"openssl"
],
- "platform": "(uwp | !windows) & !osx"
+ "platform": "(uwp | !windows) & !osx & !mingw"
}
]
},