mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed #7158: detection of arm neon.
This commit is contained in:
@@ -516,7 +516,7 @@ if(ANDROID)
|
||||
|
||||
if(ANDROID_ABI STREQUAL arm64-v8a)
|
||||
# https://github.com/android/ndk/issues/910
|
||||
add_definitions(-D__ARM_NEON__)
|
||||
add_definitions(-D__ARM_NEON)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfloat-abi=softfp")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user