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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py
index 2b114d4a7..f8ffc8545 100644
--- a/numpy/distutils/command/build_ext.py
+++ b/numpy/distutils/command/build_ext.py
@@ -399,6 +399,9 @@ class build_ext (old_build_ext):
else:
kws = {}
+ print "$$$$$$$$$$$$$$$$$$$$$$$", dir(self)
+ print "$$$$$$$$$$$$$$$$$$$$$$$", self.build_lib
+ print "is bootstrapping ?"
linker(objects, ext_filename,
libraries=libraries,
library_dirs=library_dirs,