diff options
author | Liam <byteslice@airmail.cc> | 2023-12-17 06:11:20 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-12-17 07:42:59 +0100 |
commit | 7239547eada6ad4a24e65957dfab180a51818947 (patch) | |
tree | 39b090bb0b9f74d8764a3c8d23ebd12c5e18f1f0 /vcpkg.json | |
parent | Merge pull request #12378 from liamwhite/offsetof (diff) | |
download | yuzu-7239547eada6ad4a24e65957dfab180a51818947.tar yuzu-7239547eada6ad4a24e65957dfab180a51818947.tar.gz yuzu-7239547eada6ad4a24e65957dfab180a51818947.tar.bz2 yuzu-7239547eada6ad4a24e65957dfab180a51818947.tar.lz yuzu-7239547eada6ad4a24e65957dfab180a51818947.tar.xz yuzu-7239547eada6ad4a24e65957dfab180a51818947.tar.zst yuzu-7239547eada6ad4a24e65957dfab180a51818947.zip |
Diffstat (limited to '')
-rw-r--r-- | vcpkg.json | 9 |
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 @@ "platform": "windows" } ] + }, + "android": { + "description": "Enable Android dependencies", + "dependencies": [ + { + "name": "oboe", + "platform": "android" + } + ] } }, "overrides": [ |