aboutsummaryrefslogtreecommitdiff
path: root/build/prerequisite
diff options
context:
space:
mode:
Diffstat (limited to 'build/prerequisite')
-rw-r--r--build/prerequisite4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/prerequisite b/build/prerequisite
index da90df4..d57f811 100644
--- a/build/prerequisite
+++ b/build/prerequisite
@@ -33,12 +33,12 @@ namespace build
std::string n,
const std::string* e,
scope_type& s)
- : type (t), directory (std::move (d)), name (std::move (n)), ext (e),
+ : type (t), dir (std::move (d)), name (std::move (n)), ext (e),
scope (s), target (0) {}
public:
const target_type_type& type;
- const path directory; // Normalized absolute or relative (to scope).
+ const path dir; // Normalized absolute or relative (to scope).
const std::string name;
const std::string* ext; // NULL if unspecified.
scope_type& scope;