projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4794f
)
(semi-modules-to-compile): Add `mime-mac' if running with Mac OS X.
author
tomo
<tomo>
Sat, 28 Apr 2012 19:13:23 +0000
(19:13 +0000)
committer
tomo
<tomo>
Sat, 28 Apr 2012 19:13:23 +0000
(19:13 +0000)
SEMI-ELS
patch
|
blob
|
history
diff --git
a/SEMI-ELS
b/SEMI-ELS
index
448caf3
..
1d5dca7
100644
(file)
--- a/
SEMI-ELS
+++ b/
SEMI-ELS
@@
-36,6
+36,10
@@
(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))