diff host/system.h @ 10:83d3eb580731

* Use a single Makefile
author cannam
date Thu, 06 Apr 2006 12:01:07 +0000
parents 8f10d35a4090
children ae3e47e76d2d
line wrap: on
line diff
--- a/host/system.h	Wed Apr 05 16:50:07 2006 +0000
+++ b/host/system.h	Thu Apr 06 12:01:07 2006 +0000
@@ -57,9 +57,17 @@
 #define DLCLOSE(a)   dlclose((a))
 #define DLERROR()    dlerror()
 
+#ifdef __APPLE__
+
+#define PLUGIN_GLOB  "*.dylib"
+
+#else 
+
 #define PLUGIN_GLOB  "*.so"
 
+#endif /* __APPLE__ */
+
+#endif /* ! _WIN32 */
+
 #endif
 
-#endif
-