diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-26 07:34:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-26 07:34:15 +0200 |
commit | 8e0e8edb727a5367d991880b033eb13060f4c8eb (patch) | |
tree | 75916dbef9b7a0dc6ef0fa939b9f748fc353d5cc /libbuild2/in/init.cxx | |
parent | 113c43a42d20073428d46c04a1aa1cb305ea12d7 (diff) |
Make target types project-wide
Diffstat (limited to 'libbuild2/in/init.cxx')
-rw-r--r-- | libbuild2/in/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/in/init.cxx b/libbuild2/in/init.cxx index 8b27336..ece1bcf 100644 --- a/libbuild2/in/init.cxx +++ b/libbuild2/in/init.cxx @@ -65,7 +65,7 @@ namespace build2 // Register target types. // - rs.target_types.insert<in> (); + rs.insert_target_type<in> (); return true; } |