diff options
Diffstat (limited to 'libbuild2/cc/gcc.cxx')
-rw-r--r-- | libbuild2/cc/gcc.cxx | 5 |
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. + } } } |