2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Fix double-initializion of config files in Boost.Build/Python.

[SVN r65243]
This commit is contained in:
Vladimir Prus
2010-09-04 12:39:20 +00:00
parent b417a942cd
commit cae3bfdd68

View File

@@ -374,7 +374,6 @@ actual value %s""" % (jamfile_module, saved_project, self.current_project))
the same file.
"""
self.initialize(jamfile_module)
self.used_projects[jamfile_module] = []
bjam.call("load", jamfile_module, file)
self.load_used_projects(jamfile_module)