mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Added a separate extension (.carbon.slb) for Carbon dynamic modules.
This commit is contained in:
parent
fd97a919ff
commit
8eb4b56828
1 changed files with 4 additions and 0 deletions
|
@ -19,8 +19,12 @@ const struct filedescr _PyImport_DynLoadFiletab[] = {
|
||||||
{".slb", "rb", C_EXTENSION},
|
{".slb", "rb", C_EXTENSION},
|
||||||
#ifdef __CFM68K__
|
#ifdef __CFM68K__
|
||||||
{".CFM68K.slb", "rb", C_EXTENSION},
|
{".CFM68K.slb", "rb", C_EXTENSION},
|
||||||
|
#else
|
||||||
|
#ifdef TARGET_API_MAC_CARBON
|
||||||
|
{".carbon.slb", "rb", C_EXTENSION},
|
||||||
#else
|
#else
|
||||||
{".ppc.slb", "rb", C_EXTENSION},
|
{".ppc.slb", "rb", C_EXTENSION},
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue