summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/command/build.py')
-rw-r--r--numpy/distutils/command/build.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/distutils/command/build.py b/numpy/distutils/command/build.py
index 2f5dc31ab..5d986570c 100644
--- a/numpy/distutils/command/build.py
+++ b/numpy/distutils/command/build.py
@@ -34,7 +34,4 @@ class build(old_build):
'scripts' + plat_specifier)
def run(self):
- # Make sure that scons based extensions are complete.
- self.run_command('scons')
-
old_build.run(self)