Skip to content

Commit

Permalink
WIP: Try to debug configure failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ePirat committed Nov 22, 2020
1 parent 0b6a3bb commit 63c15e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/include/contrib.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63c15e9

Please sign in to comment.