depends: add riscv64 linux build tag

This commit is contained in:
selsta 2024-03-09 21:15:28 +01:00
parent ef3e18b51b
commit 1a931ecc83
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -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()