From b9f1e37d337a8dd32e9f6572a462a69098d250a8 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 26 Sep 2023 08:57:50 +0200 Subject: [PATCH] depends: unwind: do not build for linux hosts --- contrib/depends/packages/packages.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index ea4a0effd..aacdba89e 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -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)