2
0
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:
Vladimir Prus
2013-04-29 11:00:25 +00:00
parent 7a6c28bd59
commit 956bfb8dd6

View File

@@ -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 );