mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 08:15:47 -04:00
dep: Add biscuit and riscv-disas
This commit is contained in:
@ -35,3 +35,7 @@ if(${CPU_ARCH} STREQUAL "aarch32" OR ${CPU_ARCH} STREQUAL "aarch64")
|
||||
add_subdirectory(vixl)
|
||||
endif()
|
||||
|
||||
if(${CPU_ARCH} STREQUAL "riscv64")
|
||||
add_subdirectory(biscuit)
|
||||
add_subdirectory(riscv-disas)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user