From bb4f9e6498ba715911f83e0dc221a5b1b86baf51 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2015 10:32:50 +0200 Subject: Further test module development --- build/target.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/target.cxx') diff --git a/build/target.cxx b/build/target.cxx index 5aa1214..f6fc5c8 100644 --- a/build/target.cxx +++ b/build/target.cxx @@ -356,13 +356,14 @@ namespace build (e != nullptr ? e : &extension_pool.find (""))); } + constexpr const char file_ext[] = ""; const target_type file::static_type { typeid (file), "file", &path_target::static_type, &file_factory, - nullptr, // Factory always assigns an extension. + &target_extension_fix, &search_file, false }; -- cgit v1.1