From 63c15e956a1ffe652cf659b8d6a6e53baf65f691 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Sun, 22 Nov 2020 00:23:40 +0100 Subject: [PATCH] WIP: Try to debug configure failure --- make/include/contrib.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/include/contrib.defs b/make/include/contrib.defs index f249f48f8851..ce86143a310d 100644 --- a/make/include/contrib.defs +++ b/make/include/contrib.defs @@ -132,7 +132,7 @@ define import.CONTRIB.defs $(1).CONFIGURE.target = $$($(1).build/).stamp.$$($(1).name).configure define $(1).CONFIGURE - $$(call fn.ARGS,$(1).CONFIGURE,$$($(1).CONFIGURE.args)) + $$(call fn.ARGS,$(1).CONFIGURE,$$($(1).CONFIGURE.args)) || (cat ./ffbuild/config.log; exit 1) $$(TOUCH.exe) $$@ endef