aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 9c1def7fa..33affb718 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -5,6 +5,9 @@ class Emacs < Formula
md5 'a673c163b4714362b94ff6096e4d784a'
homepage 'http://www.gnu.org/software/emacs/'
+ # Stripping on Xcode 4 causes malformed object errors
+ skip_clean "bin/emacs"
+
if ARGV.include? "--use-git-head"
head 'git://repo.or.cz/emacs.git'
else