mirror of
https://github.com/python/cpython.git
synced 2025-08-20 00:32:12 +00:00
Merged revisions 84608 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84608 | eric.araujo | 2010-09-08 00:11:52 +0200 (mer., 08 sept. 2010) | 2 lines Fix eon-old bug in build_clib options (#1718574) ........
This commit is contained in:
parent
286b8332d9
commit
b55feda06c
1 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue