]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
set sharedlib extensions properly for NeXT (Ted Horst)
authorGuido van Rossum <guido@python.org>
Sat, 16 Aug 1997 14:38:09 +0000 (14:38 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 16 Aug 1997 14:38:09 +0000 (14:38 +0000)
Python/importdl.c

index b372e46b59c8d96b996ed773f41eab3ebb0c0f5d..3f715dec83dd5185e7eb09e67574ed9ed2829bea 100644 (file)
@@ -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