diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-29 07:54:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-29 07:54:57 +0200 |
commit | d1d28c5f261e39013b8b987d58b3c0acaa8c762b (patch) | |
tree | 1b8a208912a2f4401d18980d6eacc67d80d32585 /libbuild2 | |
parent | e21cfd4593932caefc08d1f7ad0f966dcda324d9 (diff) |
Use buildfile{} instead of build{} for target type
This feels like an oversight from transitioning to full names, like
testscript{}, etc.
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index e3ad367..a543f34 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -1215,7 +1215,7 @@ namespace build2 const target_type buildfile::static_type { - "build", + "buildfile", &file::static_type, &target_factory<buildfile>, &buildfile_target_extension, |