mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Renamed 'build_lib' command to 'build_clib':
* replaced build_lib.py with build_clib.py * renamed the class in build_clib.py * changed all references to 'build_lib' command in other command classes
This commit is contained in:
parent
3ce77fd05e
commit
76ec0d6d76
4 changed files with 7 additions and 209 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue