summaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorGravatar Alexandre Bouvier2023-02-22 20:27:05 +0100
committerGravatar Alexandre Bouvier2023-02-28 06:39:54 +0100
commit0245c5dc4953b11397bd80a7bf658a736f1340e1 (patch)
tree266b2fdff13b1b1e0dfb3faf1cb695ad0240194b /vcpkg.json
parentMerge pull request #9844 from abouvier/jwt-fix (diff)
downloadyuzu-0245c5dc4953b11397bd80a7bf658a736f1340e1.tar.gz
yuzu-0245c5dc4953b11397bd80a7bf658a736f1340e1.tar.xz
yuzu-0245c5dc4953b11397bd80a7bf658a736f1340e1.zip
externals: use openssl from vcpkg
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json
index ef271f778..fbadca0e6 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -1,5 +1,5 @@
1{ 1{
2 "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", 2 "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3 "name": "yuzu", 3 "name": "yuzu",
4 "builtin-baseline": "9b22b40c6c61bf0da2d46346dd44a11e90972cc9", 4 "builtin-baseline": "9b22b40c6c61bf0da2d46346dd44a11e90972cc9",
5 "version": "1.0", 5 "version": "1.0",
@@ -35,6 +35,15 @@
35 "dbghelp": { 35 "dbghelp": {
36 "description": "Compile Windows crash dump (Minidump) support", 36 "description": "Compile Windows crash dump (Minidump) support",
37 "dependencies": [ "dbghelp" ] 37 "dependencies": [ "dbghelp" ]
38 },
39 "web-service": {
40 "description": "Enable web services (telemetry, etc.)",
41 "dependencies": [
42 {
43 "name": "openssl",
44 "platform": "windows"
45 }
46 ]
38 } 47 }
39 }, 48 },
40 "overrides": [ 49 "overrides": [