mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
some RiscOS stuff I missed before (was only looking for "RISCOS")
This commit is contained in:
parent
ceaafa66ef
commit
289bc05709
15 changed files with 57 additions and 117 deletions
|
@ -180,7 +180,7 @@ def addsitepackages(known_paths):
|
|||
prefixes.append(sys.exec_prefix)
|
||||
for prefix in prefixes:
|
||||
if prefix:
|
||||
if sys.platform in ('os2emx', 'riscos'):
|
||||
if sys.platform == 'os2emx':
|
||||
sitedirs = [os.path.join(prefix, "Lib", "site-packages")]
|
||||
elif os.sep == '/':
|
||||
sitedirs = [os.path.join(prefix,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue