We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a0311 commit 13478bfCopy full SHA for 13478bf
.github/workflows/cmake-android.yml
@@ -56,9 +56,11 @@ jobs:
56
cd DirectXTex
57
git clone https://github.com/microsoft/vcpkg.git
58
./vcpkg/bootstrap-vcpkg.sh
59
+ ./vcpkg/vcpkg install directxmath --allow-unsupported --triplet=arm64-android
60
./vcpkg/vcpkg install libpng --triplet=arm64-android
61
./vcpkg/vcpkg install libjpeg-turbo --triplet=arm64-android
- ./vcpkg/vcpkg install openexr --triplet=arm64-android
62
+ ./vcpkg/vcpkg install openexr --triplet=arm64-android
63
+ ./vcpkg/vcpkg install directxmath --allow-unsupported -triplet=x64-android
64
./vcpkg/vcpkg install libpng --triplet=x64-android
65
./vcpkg/vcpkg install libjpeg-turbo --triplet=x64-android
66
./vcpkg/vcpkg install openexr --triplet=x64-android
0 commit comments