Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
The use of 2a-isms in the standard library are breaking things on a regular
basic.
|
|
|
|
|
|
Now we can do:
lib{foo}: bin.lib.version = linux@1.2
And end up with
libfoo.so.1.2
libfoo.so.1 -> libfoo.so.1.2
|