Skip to content

Commit f580802

Browse files
authored
Merge pull request #3923 from xctan/fix-cmake-riscv64
Add missing RISC-V architecture in arch.cmake
2 parents 039e275 + 6a0de3a commit f580802

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cmake/arch.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,8 @@ if (ARM64)
135135
set(BINARY_DEFINED 1)
136136
endif ()
137137

138+
if (${ARCH} STREQUAL "riscv64")
139+
set(NO_BINARY_MODE 1)
140+
set(BINARY_DEFINED 1)
141+
endif ()
142+

0 commit comments

Comments
 (0)