aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.cxx')
-rw-r--r--build2/cc/compile.cxx2
1 files changed, 1 insertions, 1 deletions
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.
//