about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorHeasterian <70614927+Heasterian@users.noreply.github.com>2021-10-17 23:59:46 +0300
committerGitHub <noreply@github.com>2021-10-17 23:59:46 +0300
commitac2d5b17dd46d7e528935a74bd164210d0820875 (patch)
tree3b73ac4b0faf6f6a6506a0dff4bb6910057cc4d0
parent0e2c63d9fb1c1f1eafbf2bcc7119ff380653a353 (diff)
downloadbox64-ac2d5b17dd46d7e528935a74bd164210d0820875.tar.gz
box64-ac2d5b17dd46d7e528935a74bd164210d0820875.zip
Fixing typo
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6ec3c76..e2361028 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ elseif(PHYTIUM)
     add_definitions(-DPHYSIUM)
     add_definitions(-pipe -march=armv8.1-a+crc+simd+crypto)
     set(CMAKE_ASM_FLAGS  "-pipe -march=armv8.1-a+crc+simd+crypto+aes")
-if(SD845)
+elseif(SD845)
     add_definitions(-DSD845)
     add_definitions(-pipe -march=armv8.2-a+simd+crypto -mtune=cortex-a75.cortex-a55)
     set(CMAKE_ASM_FLAGS  "-pipe -march=armv8.2-a+simd+crypto -mtune=cortex-a75.cortex-a55")