We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d14687 commit c6a0d59Copy full SHA for c6a0d59
1 file changed
libsql-ffi/bundled/SQLite3MultipleCiphers/CMakeLists.txt
@@ -277,7 +277,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux"
277
278
# Do not set `-maes -msee4.2` when we are on arm which doesn't support
279
# this instruction set.
280
- if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarach64"
+ if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64"
281
OR CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
282
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
283
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
0 commit comments