Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2d495 commit ed56288Copy full SHA for ed56288
1 file changed
numpy/distutils/command/build_ext.py
@@ -61,6 +61,7 @@ def run(self):
61
if self.distribution.have_run.get('build_clib'):
62
log.warn('build_clib already run, it is too late to ' \
63
'ensure in-place build of build_clib')
64
+ build_clib = self.distribution.get_command_obj('build_clib')
65
else:
66
build_clib = self.distribution.get_command_obj('build_clib')
67
build_clib.inplace = 1
0 commit comments