mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
set sharedlib extensions properly for NeXT (Ted Horst)
This commit is contained in:
parent
749af7c1c8
commit
54dec59b56
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ typedef FARPROC dl_funcptr;
|
||||||
#ifdef NeXT
|
#ifdef NeXT
|
||||||
#define DYNAMIC_LINK
|
#define DYNAMIC_LINK
|
||||||
#define USE_RLD
|
#define USE_RLD
|
||||||
|
#define SHORT_EXT ".so"
|
||||||
|
#define LONG_EXT "module.so"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WITH_SGI_DL
|
#ifdef WITH_SGI_DL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue