From 679dee2d851a67250e4a24a61da249565d478b9d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Jun 2019 12:28:13 +0200 Subject: Redo header path normalization/realization logic We now try to use the normalized path (which preserves symlinks) if possible and fall back to realized otherwise. --- build2/types.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/types.hxx') diff --git a/build2/types.hxx b/build2/types.hxx index c759b7f..15b7df6 100644 --- a/build2/types.hxx +++ b/build2/types.hxx @@ -225,9 +225,10 @@ namespace build2 // using butl::path; using butl::dir_path; + using butl::path_cast; using butl::basic_path; using butl::invalid_path; - using butl::path_cast; + using butl::path_abnormality; using butl::path_map; using butl::dir_path_map; -- cgit v1.1