depends: add riscv64 linux build tag

dev-v0.11.2
selsta 2 months ago committed by wowario
parent dad8e3cadd
commit 3605ec6419
Signed by: wowario
GPG Key ID: 793504B449C69220

@ -144,6 +144,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