From 6c8aa152a39ba285ad6852208574e231dd07dd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 29 Oct 2020 18:04:57 +0100 Subject: Use hex_core to fetch Hex packages --- test/core_deps.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/core_deps.mk b/test/core_deps.mk index 977fcaf..f83caf3 100644 --- a/test/core_deps.mk +++ b/test/core_deps.mk @@ -599,6 +599,9 @@ core-deps-fetch-hex: init $t cp ../erlang.mk $(APP)/ $t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v + $i "Add hex_core to the list of build dependencies" + $t perl -ni.bak -e 'print;if ($$.==1) {print "BUILD_DEPS += hex_core\n"}' $(APP)/Makefile + $i "Add Cowboy 1.0.0 to the list of dependencies" $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = cowboy\ndep_cowboy = hex 1.0.0\n"}' $(APP)/Makefile -- cgit v1.2.3