(semi-modules-to-compile): Add `mime-mac' if running with Mac OS X.
authortomo <tomo>
Sat, 28 Apr 2012 19:13:23 +0000 (19:13 +0000)
committertomo <tomo>
Sat, 28 Apr 2012 19:13:23 +0000 (19:13 +0000)
SEMI-ELS

index 448caf3..1d5dca7 100644 (file)
--- a/SEMI-ELS
+++ b/SEMI-ELS
          (nconc semi-modules-to-compile '(mime-image)))
   )
 
+(when (eq system-type 'darwin)
+  (setq semi-modules-to-compile
+       (nconc semi-modules-to-compile '(mime-mac))))
+
 (setq semi-modules (append semi-modules-to-compile
                           semi-modules-not-to-compile))