mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added a self-berating command relating to installation directories for
module distributions that contain platform-specific files.
This commit is contained in:
parent
ccbb3f0ed4
commit
ba3f108ec0
1 changed files with 8 additions and 0 deletions
|
@ -165,6 +165,14 @@ class Install (Command):
|
|||
# shared files, with no nice way to override it! (this
|
||||
# might be a Python problem, though, not a Distutils
|
||||
# problem...)
|
||||
|
||||
# NO: the way to fix this is
|
||||
# * any platform-dependent files in distribution?
|
||||
# yes: install under exec-prefix
|
||||
# no: install under prefix
|
||||
# ...which will require a pretty major rethink of all
|
||||
# this. Damn.
|
||||
|
||||
self.install_site_platlib = \
|
||||
os.path.join (self.install_lib, 'site-packages')
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue