Use .dylib not .so for dynamic libraries on MacOS
[exim.git] / src / OS / os.h-Darwin
index 95e08810677f1c69457373c0a333f844193c00da..888b9c759c1805ec892513ec386db9e1c4a1ca98 100644 (file)
@@ -32,4 +32,7 @@ updating Exim to use the newer interface. */
 
 #define BIND_8_COMPAT
 
+/* It's not .so for dynamic libraries on Darwin. */
+#define DYNLIB_FN_EXT "dylib"
+
 /* End */