From 5f4bd92e06f0cee3ab9274440c3807f2047fc190 Mon Sep 17 00:00:00 2001 From: hyperreality Date: Tue, 27 Aug 2019 00:41:03 +0100 Subject: [PATCH] Fix Travis build on Windows + Mac Following 13c0b8c, the unwind package is being attempted to be built on Windows and Mac when it should only be built on Linux. --- contrib/depends/packages/packages.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index 1e5a74670..f4b9c6407 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -12,7 +12,7 @@ packages += gtest endif ifneq ($(host_arch),riscv64) - packages += unwind +linux_packages += unwind endif ifeq ($(host_os),mingw32)