summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/command/build_ext.py')
-rw-r--r--numpy/distutils/command/build_ext.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py
index f63d5249c..3a552897c 100644
--- a/numpy/distutils/command/build_ext.py
+++ b/numpy/distutils/command/build_ext.py
@@ -231,11 +231,6 @@ class build_ext (old_build_ext):
# Build extensions
self.build_extensions()
- # Make sure that scons based extensions are complete.
- if self.inplace:
- cmd = self.reinitialize_command('scons')
- cmd.inplace = 1
- self.run_command('scons')
def swig_sources(self, sources):
# Do nothing. Swig sources have beed handled in build_src command.