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 0a60386 commit cd0657c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "arm64-windows",
"VCPKG_HOST_TRIPLET": "x64-windows",
"DIRECTX_DXC_PATH": "$env{VCPKG_ROOT}/installed/x64-windows/tools/directx-dxc"
"DIRECTX_DXC_PATH": "build/vcpkg_installed/x64-windows/tools/directx-dxc"
}
},
{
Expand All @@ -177,7 +177,7 @@
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "arm64ec-windows",
"VCPKG_HOST_TRIPLET": "x64-windows",
"DIRECTX_DXC_PATH": "$env{VCPKG_ROOT}/installed/x64-windows/tools/directx-dxc"
"DIRECTX_DXC_PATH": "build/vcpkg_installed/x64-windows/tools/directx-dxc"
}
},
{
Expand All @@ -186,7 +186,7 @@
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "arm64-windows",
"VCPKG_HOST_TRIPLET": "arm64-windows",
"DIRECTX_DXC_PATH": "$env{VCPKG_ROOT}/installed/arm64-windows/tools/directx-dxc"
"DIRECTX_DXC_PATH": "build/vcpkg_installed/x64-windows/tools/directx-dxc"
}
},
{
Expand Down
5 changes: 4 additions & 1 deletion build/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"host": true
},
"directx-headers",
"xaudio2redist"
{
"name": "xaudio2redist",
"platform": "windows & !arm"
}
]
}

0 comments on commit cd0657c

Please sign in to comment.