depends: add riscv64 linux build tag

pull/9228/head
selsta 2 months ago
parent 1bec71279e
commit c40d8b213c
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -141,6 +141,9 @@ elseif(ARCHITECTURE STREQUAL "aarch64")
endif()
if(ARCHITECTURE STREQUAL "riscv64")
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(BUILD_TAG "linux-riscv64")
endif()
set(ARCH_ID "riscv64")
set(ARCH "rv64gc")
endif()

Loading…
Cancel
Save