From 84380791589b76862fa66927923471f21c1a644d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 2 Apr 2021 16:57:30 +0300 Subject: Load c.config module rather than c in curl/tests/build/root.build --- curl/tests/build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'curl') diff --git a/curl/tests/build/root.build b/curl/tests/build/root.build index b75fafe..d0f5667 100644 --- a/curl/tests/build/root.build +++ b/curl/tests/build/root.build @@ -3,7 +3,7 @@ # We need to configure C module to obtain the target information (see below). # -using c +using c.config # Setup the curl program that we are testing. # -- cgit v1.1