mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Remove support for BeOS
This commit is contained in:
parent
e9af284e99
commit
eb33e5ae79
24 changed files with 8150 additions and 10214 deletions
|
@ -50,9 +50,7 @@ except KeyError:
|
|||
searchdirs=os.environ['INCLUDE'].split(';')
|
||||
except KeyError:
|
||||
try:
|
||||
if sys.platform.find("beos") == 0:
|
||||
searchdirs=os.environ['BEINCLUDES'].split(';')
|
||||
elif sys.platform.startswith("atheos"):
|
||||
if sys.platform.startswith("atheos"):
|
||||
searchdirs=os.environ['C_INCLUDE_PATH'].split(':')
|
||||
else:
|
||||
raise KeyError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue