aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/link-rule.cxx')
-rw-r--r--build2/cc/link-rule.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/build2/cc/link-rule.cxx b/build2/cc/link-rule.cxx
index 358a835..c413d0a 100644
--- a/build2/cc/link-rule.cxx
+++ b/build2/cc/link-rule.cxx
@@ -1975,7 +1975,10 @@ namespace build2
return true;
};
- path_search (p, rm, dir_path (), false); // Don't follow symlinks.
+ path_search (p,
+ rm,
+ dir_path () /* start */,
+ false /* follow_symlinks */);
}
catch (const system_error&) {} // Ignore errors.
}