depends: unwind: do not build for linux hosts

This commit is contained in:
tobtoht 2023-09-26 08:57:50 +02:00
parent 90294f09ae
commit b9f1e37d33
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ ifeq ($(build_tests),ON)
packages += gtest
endif
ifneq ($(host_arch),riscv64)
linux_packages += unwind
endif
mingw32_packages = sodium $(hardware_packages)
mingw32_native_packages = $(hardware_native_packages)