summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/importdl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/importdl.c b/Python/importdl.c
index b372e46..3f715de 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -95,6 +95,8 @@ typedef FARPROC dl_funcptr;
#ifdef NeXT
#define DYNAMIC_LINK
#define USE_RLD
+#define SHORT_EXT ".so"
+#define LONG_EXT "module.so"
#endif
#ifdef WITH_SGI_DL