aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/gcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/gcc.cxx')
-rw-r--r--libbuild2/cc/gcc.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/libbuild2/cc/gcc.cxx b/libbuild2/cc/gcc.cxx
index 632805c..05d8664 100644
--- a/libbuild2/cc/gcc.cxx
+++ b/libbuild2/cc/gcc.cxx
@@ -112,7 +112,10 @@ namespace build2
find (r.begin (), r.end (), d.normalize ()) == r.end ())
r.emplace_back (move (d));
}
- catch (const invalid_path&) {}
+ catch (const invalid_path&)
+ {
+ // Skip this path.
+ }
}
}