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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user