Skip to content

Commit 16bf7d5

Browse files
author
Walter Gray
committed
default to armeabi on android32
1 parent 946d273 commit 16bf7d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

standard/toolchain-android32.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
set(CMAKE_ANDROID_ARCH_ABI armeabi-v7a)
1+
if(NOT DEFINED CMAKE_ANDROID_ARCH_ABI)
2+
set(CMAKE_ANDROID_ARCH_ABI armeabi)
3+
endif()
24
include(${CMAKE_CURRENT_LIST_DIR}/toolchain-android.cmake)

0 commit comments

Comments
 (0)