From 51ab0a979c5c53defd5eda9fa997b2abfd0d4f7d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Jul 2020 09:05:04 +0200 Subject: Save original compiler path/mode in {c,cxx}.config.path/mode It turns out that when propagating {c,cxx}.config in tests we don't want to propagate any options (such as *.std) that have been folded into our project's mode. --- tests/dependency/recipe/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dependency') diff --git a/tests/dependency/recipe/testscript b/tests/dependency/recipe/testscript index 43ec514..09a38ad 100644 --- a/tests/dependency/recipe/testscript +++ b/tests/dependency/recipe/testscript @@ -657,7 +657,7 @@ EOE : process-path-ex : { - config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true) + config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) mkdir build; cat <=build/bootstrap.build; -- cgit v1.1