Skip to content

Commit c6a0d59

Browse files
committed
ci: fix aarch64 build typo (#978)
1 parent 7d14687 commit c6a0d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql-ffi/bundled/SQLite3MultipleCiphers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux"
277277

278278
# Do not set `-maes -msee4.2` when we are on arm which doesn't support
279279
# this instruction set.
280-
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarach64"
280+
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64"
281281
OR CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
282282
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
283283
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")

0 commit comments

Comments
 (0)