Skip to content

Commit

Permalink
Fix android abi
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jul 14, 2024
1 parent 372d305 commit ecd5a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AC_ARG_WITH([android],
AS_IF(
# If building for android
[test x"$build_for_android" = xyes],
[EXTRA_CMAKE_FLAGS="-DANDROID_ABI=${TARGET} -DANDROID_PLATFORM=android-${API} -DCMAKE_TOOLCHAIN_FILE=${NDK}/build/cmake/android.toolchain.cmake"],
[EXTRA_CMAKE_FLAGS="-DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=android-${API} -DCMAKE_TOOLCHAIN_FILE=${NDK}/build/cmake/android.toolchain.cmake"],
[EXTRA_CMAKE_FLAGS=""]
)

Expand Down

0 comments on commit ecd5a27

Please sign in to comment.