Просмотр исходного кода

Fix using of 'glob' in project root rules.

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]
Vladimir Prus 21 лет назад
Родитель
Сommit
358f79e8d7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 55efff9b0f64ae7d400f994c9f7b8b004a95ee53
+Subproject commit 935b2236db1dbf338ec23e2d8f657593fd1afc32

粤ICP备19079148号