summaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorGravatar Liam2023-12-17 00:11:20 -0500
committerGravatar Liam2023-12-17 01:42:59 -0500
commit7239547eada6ad4a24e65957dfab180a51818947 (patch)
tree39b090bb0b9f74d8764a3c8d23ebd12c5e18f1f0 /vcpkg.json
parentMerge pull request #12378 from liamwhite/offsetof (diff)
downloadyuzu-7239547eada6ad4a24e65957dfab180a51818947.tar.gz
yuzu-7239547eada6ad4a24e65957dfab180a51818947.tar.xz
yuzu-7239547eada6ad4a24e65957dfab180a51818947.zip
android: add oboe audio sink
Diffstat (limited to '')
-rw-r--r--vcpkg.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
index 01a4657d4..a9e895153 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -41,6 +41,15 @@
41 "platform": "windows" 41 "platform": "windows"
42 } 42 }
43 ] 43 ]
44 },
45 "android": {
46 "description": "Enable Android dependencies",
47 "dependencies": [
48 {
49 "name": "oboe",
50 "platform": "android"
51 }
52 ]
44 } 53 }
45 }, 54 },
46 "overrides": [ 55 "overrides": [