Merge pull request #9229

1a931ec depends: add riscv64 linux build tag (selsta)
pull/8934/merge
luigi1111 3 months ago
commit 1b7de24e90
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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