aboutsummaryrefslogtreecommitdiff
path: root/build2/install/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-09-08 15:56:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-09-08 15:56:33 +0200
commitc06264486507b0b2306e26f66392b1558fa8a1fb (patch)
treeb07f13c2cf0340d059a11a0468e297ca5a8c8f32 /build2/install/utility.hxx
parent615fa7923856ddfeda8d3e2a9bfe5a67fa95dac7 (diff)
Add install::resolve_dir(scope) overload
Diffstat (limited to 'build2/install/utility.hxx')
-rw-r--r--build2/install/utility.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/install/utility.hxx b/build2/install/utility.hxx
index 173b25c..ba27569 100644
--- a/build2/install/utility.hxx
+++ b/build2/install/utility.hxx
@@ -59,6 +59,9 @@ namespace build2
dir_path
resolve_dir (const target&, dir_path); // rule.cxx
+ dir_path
+ resolve_dir (const scope&, dir_path); // rule.cxx
+
// Resolve file installation path returning empty path if not installable.
//
path