diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 12:04:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 12:04:32 +0200 |
commit | d1152d118ee1488f238c0583d7106cce50a9586f (patch) | |
tree | 2f7622bafef764f592373d34cd171bc139457cee | |
parent | 6215f0540a7cf8c0afbed85079eea2463b5ec035 (diff) |
Don't assert in man{} extension since it gets called before factory
-rw-r--r-- | build2/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.cxx b/build2/target.cxx index 50188ac..7a4913c 100644 --- a/build2/target.cxx +++ b/build2/target.cxx @@ -611,7 +611,7 @@ namespace build2 "man", &doc::static_type, &man_factory, - &target_extension_assert, // Should be specified explicitly (see factory). + &target_extension_null, // Should be specified explicitly (see factory). &target_print_1_ext_verb, // Print extension even at verbosity level 0. &search_file, false |