mirror of
https://github.com/python/cpython.git
synced 2025-07-27 21:24:32 +00:00
Oops, I forgot to include this file in the last commit (46046):
Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. I suppose this could be backported if anyone cares.
This commit is contained in:
parent
58e28887d5
commit
4eafe9ee4f
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const struct filedescr _PyImport_DynLoadFiletab[] = {
|
const struct filedescr _PyImport_DynLoadFiletab[] = {
|
||||||
{".sl", "rb", C_EXTENSION},
|
{SHLIB_EXT, "rb", C_EXTENSION},
|
||||||
{"module.sl", "rb", C_EXTENSION},
|
{"module"SHLIB_EXT, "rb", C_EXTENSION},
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue