summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/build.py')
-rw-r--r--Lib/distutils/command/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/build.py b/Lib/distutils/command/build.py
index d81bc88..97466fd 100644
--- a/Lib/distutils/command/build.py
+++ b/Lib/distutils/command/build.py
@@ -87,7 +87,7 @@ class build (Command):
# be needed by extension modules, so obviously have to be done
# first!
if self.distribution.libraries:
- self.run_peer ('build_lib')
+ self.run_peer ('build_clib')
# And now 'build_ext' -- compile extension modules and put them
# into the build tree