aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/build_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/build_lib.py')
-rw-r--r--Lib/distutils/command/build_lib.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/Lib/distutils/command/build_lib.py b/Lib/distutils/command/build_lib.py
index 749b0c2ba2d..26b89b3aba0 100644
--- a/Lib/distutils/command/build_lib.py
+++ b/Lib/distutils/command/build_lib.py
@@ -28,9 +28,10 @@ from distutils.ccompiler import new_compiler
class build_lib (Command):
- options = [('debug', 'g',
- "compile with debugging information"),
- ]
+ user_options = [
+ ('debug', 'g',
+ "compile with debugging information"),
+ ]
def set_default_options (self):
# List of libraries to build