Skip to content

Commit

Permalink
Android NDK を指定する
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Feb 22, 2024
1 parent 35c4abc commit 21775fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
"-DANDROID_PLATFORM=29",
"-DANDROID_ABI=arm64-v8a",
"-DANDROID_CPP_FEATURES=exceptions rtti",
"-DANDROID_NDK=OFF",
"-DANDROID_NDK=$projectDir/../../../_install/android/release/android-ndk",
"-DCMAKE_ANDROID_EXCEPTIONS=ON"
}
ndk {
Expand Down

0 comments on commit 21775fd

Please sign in to comment.