From 1845141809aa91b03718066a6f46863885a6a887 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Mar 2019 09:06:37 +0200 Subject: Add support for alternative build file/directory naming scheme Now the build/*.build, buildfile, and .buildignore filesystem entries in a project can alternatively (but consistently) be called build2/*.build2, build2file, and .build2ignore. See a note at the beginning of the Project Structure section in the manual for details (motivation, restrictions, etc). --- build2/cc/utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/utility.cxx') diff --git a/build2/cc/utility.cxx b/build2/cc/utility.cxx index 7e5ce53..39f5c35 100644 --- a/build2/cc/utility.cxx +++ b/build2/cc/utility.cxx @@ -19,7 +19,7 @@ namespace build2 { using namespace bin; - const dir_path module_dir (dir_path ("build") /= "cc"); + const dir_path module_dir ("cc"); const dir_path modules_sidebuild_dir (dir_path (module_dir) /= "modules"); lorder -- cgit v1.1