buildroot: python-numpy supports riscv

Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
carbon
2024-06-25 10:52:09 +08:00
parent 90527d4faa
commit 7a7cdf3ed8

View File

@ -12,6 +12,7 @@ config BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
default y if BR2_powerpc64
default y if BR2_sh
default y if BR2_x86_64
default y if BR2_riscv
config BR2_PACKAGE_PYTHON_NUMPY
bool "python-numpy"