Skip to content

Commit

Permalink
Fix platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Aug 23, 2024
1 parent 74b96a1 commit 84f8b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- os: windows-2022
build_type: x86-Debug-VCPKG
arch: amd64_x86
exclude:
# vcpkg.json references xaudio2redist which is not support for arm64
- os: windows-2022
build_type: arm64-Debug-VCPKG
arch: amd64_arm64
Expand Down
9 changes: 8 additions & 1 deletion build/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"directxmath",
"xaudio2redist"
{
"name": "directx-dxc",
"host": true
},
{
"name": "xaudio2redist",
"platform": "windows & !arm"
}
]
}

0 comments on commit 84f8b77

Please sign in to comment.