We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bd97a commit 2aed901Copy full SHA for 2aed901
driver/others/CMakeLists.txt
@@ -52,6 +52,8 @@ if (DYNAMIC_ARCH)
52
list(APPEND COMMON_SOURCES dynamic_arm64.c)
53
elseif (POWER)
54
list(APPEND COMMON_SOURCES dynamic_power.c)
55
+ elseif (RISCV64)
56
+ list(APPEND COMMON_SOURCES dynamic_riscv64.c detect_riscv64.c)
57
else ()
58
list(APPEND COMMON_SOURCES dynamic.c)
59
endif ()
0 commit comments