Skip to content

Commit

Permalink
🐞 fix: Remove zlib_adler32_simd from android node arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Mar 5, 2024
1 parent 975599c commit ed2c6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if(DEFINED NODE_DIR)
# zlib
if(CMAKE_SYSTEM_NAME STREQUAL "Android")
if(CMAKE_ANDROID_ARCH STREQUAL "arm64")
list(APPEND importLibraries zlib_adler32_simd zlib_arm_crc32)
list(APPEND importLibraries zlib_arm_crc32)
elseif(CMAKE_ANDROID_ARCH MATCHES "(x86|x86_64)")
list(APPEND importLibraries zlib_adler32_simd zlib_inflate_chunk_simd)
endif()
Expand Down

0 comments on commit ed2c6ae

Please sign in to comment.