Skip to content

Commit 5e6d078

Browse files
committed
Another try.
1 parent 7de1fe2 commit 5e6d078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-sdl3-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
-DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang \
107107
-DCMAKE_ANDROID_STL_TYPE=c++_shared \
108108
-DCMAKE_ANDROID_API=21 \
109-
-DCMAKE_PREFIX_PATH="./SDL/install/arm64-v8a" \
109+
-DSDL3_DIR="./SDL/install/arm64-v8a" \
110110
-S ./ \
111111
-B ./build/arm64-v8a
112112
cmake --build ./build/arm64-v8a --config Release
@@ -121,7 +121,7 @@ jobs:
121121
-DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang \
122122
-DCMAKE_ANDROID_STL_TYPE=c++_shared \
123123
-DCMAKE_ANDROID_API=21 \
124-
-DCMAKE_PREFIX_PATH="./SDL/install/x86_64" \
124+
-DSDL3_DIR="./SDL/install/x86_64" \
125125
-S ./ \
126126
-B ./build/x86_64
127127
cmake --build ./build/x86_64 --config Release

0 commit comments

Comments
 (0)