2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Ubreak computation of main target requirements.

[SVN r64068]
This commit is contained in:
Vladimir Prus
2010-07-16 09:48:38 +00:00
parent 98489ff6aa
commit cdcd2099da

View File

@@ -146,7 +146,7 @@ class TargetRegistry:
requirements = property_set.refine_from_user_input(
project.get("requirements"), specification,
project.project_module, project.get("location"))
project.project_module(), project.get("location"))
return requirements