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 7de1fe2 commit 5e6d078Copy full SHA for 5e6d078
.github/workflows/cmake-sdl3-android.yml
@@ -106,7 +106,7 @@ jobs:
106
-DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang \
107
-DCMAKE_ANDROID_STL_TYPE=c++_shared \
108
-DCMAKE_ANDROID_API=21 \
109
- -DCMAKE_PREFIX_PATH="./SDL/install/arm64-v8a" \
+ -DSDL3_DIR="./SDL/install/arm64-v8a" \
110
-S ./ \
111
-B ./build/arm64-v8a
112
cmake --build ./build/arm64-v8a --config Release
@@ -121,7 +121,7 @@ jobs:
121
122
123
124
- -DCMAKE_PREFIX_PATH="./SDL/install/x86_64" \
+ -DSDL3_DIR="./SDL/install/x86_64" \
125
126
-B ./build/x86_64
127
cmake --build ./build/x86_64 --config Release
0 commit comments