Skip to content

Commit eba2bcd

Browse files
committed
Add support for 'platsubdir'. Fixes #85.
1 parent aefe5d1 commit eba2bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distutils/command/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ def finalize_options(self):
395395
'platlibdir': getattr(sys, 'platlibdir', 'lib'),
396396
'implementation_lower': _get_implementation().lower(),
397397
'implementation': _get_implementation(),
398+
'platsubdir': sysconfig.get_config_var('platsubdir'),
398399
}
399400

400401
if HAS_USER_SITE:

0 commit comments

Comments
 (0)