Fix how we set 'build_dir' and 'install_dir' options from 'install' options --

irrelevant because this file is about to go away, but oh well.
This commit is contained in:
Greg Ward 2000-03-22 00:12:51 +00:00
parent 4620f306a4
commit 531349f28e
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ class install_ext (Command):
def finalize_options (self): def finalize_options (self):
self.set_undefined_options ('install', self.set_undefined_options ('install',
('build_platlib', 'build_dir'), ('build_lib', 'build_dir'),
('install_platlib', 'install_dir')) ('install_lib', 'install_dir'))
def run (self): def run (self):