From 6205a2d9eb7db0a25959ae34dc5406f228da92a5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Jul 2016 14:05:28 +0200 Subject: Implement limited rpath emulation for Windows --- build2/types | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/types') diff --git a/build2/types b/build2/types index 943c9e1..6fdea4e 100644 --- a/build2/types +++ b/build2/types @@ -80,6 +80,7 @@ namespace build2 using butl::dir_path; using butl::basic_path; using butl::invalid_path; + using butl::path_cast; // Absolute directory path. Note that for now we don't do any checking that // the path is in fact absolute. -- cgit v1.1