mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Patch #488073: AtheOS port.
This commit is contained in:
parent
7981ce576c
commit
f90ae20354
23 changed files with 1782 additions and 17 deletions
|
@ -50,6 +50,8 @@ except KeyError:
|
|||
try:
|
||||
if sys.platform.find("beos") == 0:
|
||||
searchdirs=os.environ['BEINCLUDES'].split(';')
|
||||
elif sys.platform.startswith("atheos"):
|
||||
searchdirs=os.environ['C_INCLUDE_PATH'].split(':')
|
||||
else:
|
||||
raise KeyError
|
||||
except KeyError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue