diff options
| author | Mzed3D <100519367+Mzed3D@users.noreply.github.com> | 2022-02-27 15:09:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-27 15:09:21 +0100 |
| commit | e8337ddd3ad2d087eabfc98a8350c7f8a0af9c29 (patch) | |
| tree | 3d4084f50c8480a2f9b0f4a8662777a201ab5787 | |
| parent | 84e0b2a42d522e355bc9a4b77ad14d0c6bc35ce0 (diff) | |
| download | box64-e8337ddd3ad2d087eabfc98a8350c7f8a0af9c29.tar.gz box64-e8337ddd3ad2d087eabfc98a8350c7f8a0af9c29.zip | |
Update CMakeLists.txt
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c6b977b..051cf2ac 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(PPC64LE) set(NOALIGN OFF CACHE BOOL "") set(ARM_DYNAREC OFF CACHE BOOL "") endif() -if(RK3399 OR ODROIDN2 RPI4ARM64 OR RK3326 OR TEGRAX1 OR PHYTIUM OR SD845 OR LX2160A) +if(RK3399 OR ODROIDN2 OR RPI4ARM64 OR RK3326 OR TEGRAX1 OR PHYTIUM OR SD845 OR LX2160A) set(LD80BITS OFF CACHE BOOL "") set(NOALIGN OFF CACHE BOOL "") set(ARM_DYNAREC ON CACHE BOOL "") |