mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Unreak compilation with Python support.
[SVN r84083]
This commit is contained in:
@@ -1988,7 +1988,7 @@ PyObject * bjam_call( PyObject * self, PyObject * args )
|
||||
}
|
||||
}
|
||||
|
||||
result = evaluate_rule( rulename, inner );
|
||||
result = evaluate_rule( bindrule( rulename, inner->module), rulename, inner );
|
||||
object_free( rulename );
|
||||
|
||||
frame_free( inner );
|
||||
|
||||
Reference in New Issue
Block a user