Skip to content

Commit

Permalink
Add support for 'platsubdir'. Fixes #85.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 22, 2021
1 parent aefe5d1 commit eba2bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distutils/command/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def finalize_options(self):
'platlibdir': getattr(sys, 'platlibdir', 'lib'),
'implementation_lower': _get_implementation().lower(),
'implementation': _get_implementation(),
'platsubdir': sysconfig.get_config_var('platsubdir'),
}

if HAS_USER_SITE:
Expand Down

0 comments on commit eba2bcd

Please sign in to comment.