Add depends riscv 64 bit support

This commit is contained in:
TheCharlatan 2019-06-27 00:25:47 +02:00
parent 8adde33e01
commit 13c0b8c265
7 changed files with 20 additions and 1 deletions

View file

@ -4,13 +4,17 @@ native_packages := native_ccache native_protobuf
darwin_native_packages = native_biplist native_ds_store native_mac_alias
darwin_packages = sodium-darwin ncurses readline
linux_packages = eudev ncurses readline unwind sodium
linux_packages = eudev ncurses readline sodium
qt_packages = qt
ifeq ($(build_tests),ON)
packages += gtest
endif
ifneq ($(host_arch),riscv64)
packages += unwind
endif
ifeq ($(host_os),mingw32)
packages += icu4c
packages += sodium