Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Emacs: Don't strip emacs binaries
Browse files Browse the repository at this point in the history
Add binaries generated when "--cocoa" isn't enabled.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
  • Loading branch information
ColinHebert authored and Sharpie committed Sep 13, 2011
1 parent fcb470b commit bcc0cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/emacs.rb
Expand Up @@ -6,7 +6,7 @@ class Emacs < Formula
homepage 'http://www.gnu.org/software/emacs/'

# Stripping on Xcode 4 causes malformed object errors
skip_clean :all
skip_clean ["bin/emacs", "bin/emacs-23.3", "bin/emacs-24.0.50"]

if ARGV.include? "--use-git-head"
head 'git://repo.or.cz/emacs.git'
Expand Down

0 comments on commit bcc0cf2

Please sign in to comment.