about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-10-17 23:06:01 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-10-17 23:06:01 +0200
commit8e5d32430a4de1b70589968ca93448db61cea4c0 (patch)
tree3b73ac4b0faf6f6a6506a0dff4bb6910057cc4d0
parent0e2c63d9fb1c1f1eafbf2bcc7119ff380653a353 (diff)
downloadbox64-8e5d32430a4de1b70589968ca93448db61cea4c0.tar.gz
box64-8e5d32430a4de1b70589968ca93448db61cea4c0.zip
Fixed build
-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")