diff options
author | Fernando S <fsahmkow27@gmail.com> | 2023-12-19 16:15:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 16:15:07 +0100 |
commit | d61df0f4002274b23c0c7139449906ca392a6a3d (patch) | |
tree | 18195cd952b7d988570b3586ec1d02feed4a079f /vcpkg.json | |
parent | Merge pull request #12392 from liamwhite/mode (diff) | |
parent | oboe_sink: specify additional required parameters (diff) | |
download | yuzu-d61df0f4002274b23c0c7139449906ca392a6a3d.tar yuzu-d61df0f4002274b23c0c7139449906ca392a6a3d.tar.gz yuzu-d61df0f4002274b23c0c7139449906ca392a6a3d.tar.bz2 yuzu-d61df0f4002274b23c0c7139449906ca392a6a3d.tar.lz yuzu-d61df0f4002274b23c0c7139449906ca392a6a3d.tar.xz yuzu-d61df0f4002274b23c0c7139449906ca392a6a3d.tar.zst yuzu-d61df0f4002274b23c0c7139449906ca392a6a3d.zip |
Diffstat (limited to 'vcpkg.json')
-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": [ |