about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorHeasterian <70614927+Heasterian@users.noreply.github.com>2021-07-03 22:29:27 +0300
committerGitHub <noreply@github.com>2021-07-03 22:29:27 +0300
commit1fb65cbce2174f746f4f58a5d019b70a2ca13daa (patch)
tree931670eaf4aad09a73fac79ed7053cb6a2315b15
parent7aa57054007209a4c9942048c691dadf7aaad8d4 (diff)
downloadbox64-1fb65cbce2174f746f4f58a5d019b70a2ca13daa.tar.gz
box64-1fb65cbce2174f746f4f58a5d019b70a2ca13daa.zip
Fix minor misspelling
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 090fb2f6..96394924 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ option(USE_CCACHE "Set to ON to use ccache if present in the system" ${USE_CCACH
 option(HAVE_TRACE "Set to ON to have Trace ability (needs ZydisInfo library)" ${HAVE_TRACE})
 option(NOLOADADDR "Set to ON to avoid fixing the load address of Box64" OFF)
 option(NOGIT "Set to ON if not building from a git clone repo (like when building from a zip download from github)" ${NOGIT})
-if(RK3399 OR RPI4ARM64 OR RK3326 or TEGRAX1)
+if(RK3399 OR RPI4ARM64 OR RK3326 OR TEGRAX1)
     set(LD80BITS OFF CACHE BOOL "")
     set(NOALIGN OFF CACHE BOOL "")
     set(ARM_DYNAREC ON CACHE BOOL "")