aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/utility.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/utility.ixx')
-rw-r--r--build2/cc/utility.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/utility.ixx b/build2/cc/utility.ixx
index dda74eb..ee54b6d 100644
--- a/build2/cc/utility.ixx
+++ b/build2/cc/utility.ixx
@@ -19,7 +19,7 @@ namespace build2
link_type (target& t)
{
return
- t.is_a<bin::exe> () ? otype::e :
+ t.is_a<exe> () ? otype::e :
t.is_a<bin::liba> () ? otype::a :
otype::s;
}