mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
935b2236db1dbf338ec23e2d8f657593fd1afc32
There were two problems: - 'glob' was using __name__ as the name of the project and not project.current, so it would search in project root, and not in child project that inherited project root rules. - the 'import' that's overrided in project context used __name__ to restore the value of current project Thanks to Emil Dotchevski for the bug report. [SVN r30507]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%