mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
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:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user