We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 039e275 + 6a0de3a commit f580802Copy full SHA for f580802
1 file changed
cmake/arch.cmake
@@ -135,3 +135,8 @@ if (ARM64)
135
set(BINARY_DEFINED 1)
136
endif ()
137
138
+if (${ARCH} STREQUAL "riscv64")
139
+ set(NO_BINARY_MODE 1)
140
+ set(BINARY_DEFINED 1)
141
+endif ()
142
+
0 commit comments