aboutsummaryrefslogtreecommitdiff
path: root/build2/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-08 14:05:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-08 14:11:55 +0200
commit6205a2d9eb7db0a25959ae34dc5406f228da92a5 (patch)
tree0214d042250f290a852267c3552efc54a8b76629 /build2/types
parent9bd06458e869ab0b41db2d3d7b190d6183ff8547 (diff)
Implement limited rpath emulation for Windows
Diffstat (limited to 'build2/types')
-rw-r--r--build2/types1
1 files changed, 1 insertions, 0 deletions
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.