Emacs: do not strip emacs binary
Fixes Homebrew/homebrew#6608 (malformed object error) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f23697d109
commit
f81908f9c7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue