From 53f02bf28dae507a51515ed6ac03226d68816494 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Feb 2017 10:20:50 +0200 Subject: Store extension in target map key rather than in target This is in preparation for locking its modification/access. --- build2/cc/compile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/compile.cxx') diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx index 2176b82..1fed762 100644 --- a/build2/cc/compile.cxx +++ b/build2/cc/compile.cxx @@ -422,7 +422,7 @@ namespace build2 // only use the target type and name from the target key so we can // pass bogus values for the rest. // - target_key tk {&tt, nullptr, nullptr, &n, target_key::nullext}; + target_key tk {&tt, nullptr, nullptr, &n, nullopt}; // This is like prerequisite search. // -- cgit v1.1