Skip to content

Commit

Permalink
Merge branch 'android-armv8-aes' of https://github.com/StephenCWills/…
Browse files Browse the repository at this point in the history
…libzt into StephenCWills-android-armv8-aes
  • Loading branch information
joseph-henry committed Jan 12, 2022
2 parents 0d511f9 + 0268dc4 commit 876cefd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@ if(BUILD_SHARED_LIB)

if(BUILD_ANDROID)
target_link_libraries(${DYNAMIC_LIB_NAME} android log)
if(CMAKE_ANDROID_ARCH_ABI STREQUAL "arm64-v8a")
target_compile_options(zto_pic PRIVATE -march=armv8-a+crypto)
endif()
endif()
if(NOT ZTS_DISABLE_CENTRAL_API)
target_link_libraries(${DYNAMIC_LIB_NAME} ${CURL_LIBRARIES})
Expand Down

0 comments on commit 876cefd

Please sign in to comment.