diff options
| author | ?ric Araujo <merwok@netwok.org> | 2010-09-08 00:26:35 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2010-09-08 00:26:35 +0200 |
| commit | adfdf57352c357ee06ed890d54dc0d22cc98875d (patch) | |
| tree | 16a0390d32c8ab40679e619f1fc88d5e09a85bbb /src | |
| parent | 5343fbcbd5d9a21104a4220901d19d841da47d3c (diff) | |
| download | disutils2-adfdf57352c357ee06ed890d54dc0d22cc98875d.tar.gz | |
Fix eon-old bug in build_clib options (#1718574)
Diffstat (limited to 'src')
| -rw-r--r-- | src/distutils2/command/build_clib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/distutils2/command/build_clib.py b/src/distutils2/command/build_clib.py index 0a25aa8..e470b7e 100644 --- a/src/distutils2/command/build_clib.py +++ b/src/distutils2/command/build_clib.py @@ -32,9 +32,9 @@ class build_clib(Command): description = "build C/C++ libraries used by Python extensions" user_options = [ - ('build-clib', 'b', + ('build-clib=', 'b', "directory to build C/C++ libraries to"), - ('build-temp', 't', + ('build-temp=', 't', "directory to put temporary build by-products"), ('debug', 'g', "compile with debugging information"), |
