Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
This way any dependent tools (such as mt.exe that is invoked by link.exe)
are first search for in there.
|
|
Note that this only manifests itself when compiling in the C++14 mode (e.g.,
during bootstrap or with an older compiler like GCC 4.9).
|
|
|
|
|
|
Also, unlike the fallback directory, the search paths are searched first
rather than last.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return_match flag is specified
|
|
|
|
|
|
|
|
|
|
See for details:
https://github.com/build2/build2/issues/34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case <pattern>[ | <pattern>...]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This name aligns better with the post-Cologne importable/translatable
semantics.
|