Skip to content

Commit

Permalink
Fix Cmake failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Dec 12, 2013
1 parent 5443f14 commit 7ff4291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -122,7 +122,7 @@ message(${CMAKE_SYSTEM_PROCESSOR})
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^arm")
set(_M_GENERIC 1)
set(_M_ARM 1)
if(${ANDROID_NDK_ABI_NAME} STREQUAL "armeabi-v7a")
if(${ANDROID_NDK_ABI_NAME} MATCHES "armeabi-v7a")
add_definitions(-marm -march=armv7-a)
endif()
# Set generic options so you don't have to pass anything to cmake to build ARM
Expand Down

0 comments on commit 7ff4291

Please sign in to comment.