aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/target.cxx')
-rw-r--r--build2/cxx/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cxx/target.cxx b/build2/cxx/target.cxx
index 30afd89..e9733a8 100644
--- a/build2/cxx/target.cxx
+++ b/build2/cxx/target.cxx
@@ -52,7 +52,7 @@ namespace build2
const target_type cxx::static_type
{
"cxx",
- &file::static_type,
+ &cc::static_type,
&target_factory<cxx>,
&target_extension_var<ext_var, cxx_ext_def>,
nullptr,