diff options
Diffstat (limited to 'Lib/distutils/command/install_ext.py')
-rw-r--r-- | Lib/distutils/command/install_ext.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/command/install_ext.py b/Lib/distutils/command/install_ext.py index 8d23fa4..1473090 100644 --- a/Lib/distutils/command/install_ext.py +++ b/Lib/distutils/command/install_ext.py @@ -25,8 +25,8 @@ class install_ext (Command): def finalize_options (self): self.set_undefined_options ('install', - ('build_platlib', 'build_dir'), - ('install_platlib', 'install_dir')) + ('build_lib', 'build_dir'), + ('install_lib', 'install_dir')) def run (self): |