aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/c/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/c/init.cxx')
-rw-r--r--libbuild2/c/init.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/c/init.cxx b/libbuild2/c/init.cxx
index c3d8174..1922a99 100644
--- a/libbuild2/c/init.cxx
+++ b/libbuild2/c/init.cxx
@@ -350,7 +350,7 @@ namespace build2
};
// Note that we include S{} here because .S files can include each other.
- // (And maybe from inline assember instrcutions?)
+ // (And maybe from inline assembler instructions?)
//
static const target_type* const inc[] =
{
@@ -358,6 +358,7 @@ namespace build2
&c::static_type,
&m::static_type,
&S::static_type,
+ &c_inc::static_type,
nullptr
};