mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-29 05:21:23 +01:00
944debb156
mac-o symbols are prefixed with an underscore. when specifying multiple sub-regexes (e.g. 'sym1|sym2|sym3'), only the first will be matched (since the expansion turns into '(?P<symbol>_?sym1|sym2|sym3)'). here, this is remedied by wrapping the symbol regex in a paren group. |
||
---|---|---|
.. | ||
extras | ||
Tools | ||
__init__.py | ||
ansiterm.py | ||
Build.py | ||
ConfigSet.py | ||
Configure.py | ||
Context.py | ||
Errors.py | ||
fixpy2.py | ||
Logs.py | ||
Node.py | ||
Options.py | ||
processor.py | ||
Runner.py | ||
Scripting.py | ||
Task.py | ||
TaskGen.py | ||
Utils.py |